aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_1029.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtDeclarative/bug_1029.qml')
-rw-r--r--tests/QtDeclarative/bug_1029.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/QtDeclarative/bug_1029.qml b/tests/QtDeclarative/bug_1029.qml
new file mode 100644
index 000000000..a9c0aea43
--- /dev/null
+++ b/tests/QtDeclarative/bug_1029.qml
@@ -0,0 +1,15 @@
+import QtQuick 1.0
+import UserTypes 1.0
+
+Rectangle
+{
+ width: 200
+ height: 200
+
+ color: "#ff0000"
+
+ TestClass
+ {
+
+ }
+}