diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 03:28:22 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 03:28:22 (GMT) |
commit | e956369606363c1ecce4287567b210dbde66e676 (patch) | |
tree | b08797fd6db74ee0bc321f1bef43eb0063ad7f7e /tests/auto/declarative/qdeclarativelanguage/data/script.11.qml | |
parent | 6b72c03fdf3470f405e4d6f4c821ccf2cda99b4e (diff) | |
download | Qt-e956369606363c1ecce4287567b210dbde66e676.zip Qt-e956369606363c1ecce4287567b210dbde66e676.tar.gz Qt-e956369606363c1ecce4287567b210dbde66e676.tar.bz2 |
Remove error-tests of obsolete Script element.
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/script.11.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/script.11.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/script.11.qml b/tests/auto/declarative/qdeclarativelanguage/data/script.11.qml deleted file mode 100644 index 6d2d598..0000000 --- a/tests/auto/declarative/qdeclarativelanguage/data/script.11.qml +++ /dev/null @@ -1,7 +0,0 @@ -import Qt 4.6 - -QtObject { - Script { - QtObject {} - } -} |