aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/v4/data/fetchException.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/v4/data/fetchException.qml')
-rw-r--r--tests/auto/qml/v4/data/fetchException.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qml/v4/data/fetchException.qml b/tests/auto/qml/v4/data/fetchException.qml
deleted file mode 100644
index 6431fcfae8..0000000000
--- a/tests/auto/qml/v4/data/fetchException.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-Item {
- property Item data
- property int a: data.x, 1
-}