aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml b/tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml
deleted file mode 100644
index 743f5404b0..0000000000
--- a/tests/auto/qtquick1/qdeclarativestates/data/urlResolution.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.0
-import "Implementation"
-
-Rectangle {
- width: 100
- height: 200
-
- MyType {
- objectName: "MyType"
- anchors.fill: parent
- }
-}