aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml b/tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml
deleted file mode 100644
index 0263ed20f2..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/customVariantTypes.qml
+++ /dev/null
@@ -1,4 +0,0 @@
-import Test 1.0
-MyQmlObject {
- customType: "10"
-}