aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml b/tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml
deleted file mode 100644
index bd07d66727..0000000000
--- a/tests/auto/qtquick1/qdeclarativetext/data/qtbug_14734.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 640
- height: 480
-
- Text {
- text: "í "
- }
-}