aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml b/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml
deleted file mode 100644
index 90263e5124..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/qtbug_10696.qml
+++ /dev/null
@@ -1,26 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property string test: "aaaa"
- + "bbbb"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc"
- + "cccc";
-}