aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/data/logicalOr.2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/v4/data/logicalOr.2.qml')
-rw-r--r--tests/auto/declarative/v4/data/logicalOr.2.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/v4/data/logicalOr.2.qml b/tests/auto/declarative/v4/data/logicalOr.2.qml
deleted file mode 100644
index 54fb78b127..0000000000
--- a/tests/auto/declarative/v4/data/logicalOr.2.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import Qt.v4 1.0
-
-Result {
- property string s: "foo" || "bar"
- result: s == "foo"
-}