aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/in.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/in.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/in.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/in.qml b/tests/auto/declarative/qdeclarativeecmascript/data/in.qml
deleted file mode 100644
index f84c9a1481..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/in.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-Item {
- id: root
- property bool test1: "x" in root
- property bool test2: !("foo" in root)
-}