summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/script.11.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-08 03:28:22 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-08 03:28:22 (GMT)
commite956369606363c1ecce4287567b210dbde66e676 (patch)
treeb08797fd6db74ee0bc321f1bef43eb0063ad7f7e /tests/auto/declarative/qdeclarativelanguage/data/script.11.qml
parent6b72c03fdf3470f405e4d6f4c821ccf2cda99b4e (diff)
downloadQt-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.qml7
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 {}
- }
-}