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