aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js b/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js
deleted file mode 100644
index e1a688ebbe..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_21864.js
+++ /dev/null
@@ -1,2 +0,0 @@
-var a = { b: 10 }
-var test = (typeof a) == "object"