aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml b/tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml
deleted file mode 100644
index 4e561b48b2..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/insertedSemicolon.1.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import Test 1.0
-
-MyQmlObject {
- function foo()
- {
- return
- }
-
- 1223
-}