diff options
Diffstat (limited to 'tests/auto/declarative/qmlparser/FailingComponent.qml')
-rw-r--r-- | tests/auto/declarative/qmlparser/FailingComponent.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/FailingComponent.qml b/tests/auto/declarative/qmlparser/FailingComponent.qml new file mode 100644 index 0000000..b604e0b --- /dev/null +++ b/tests/auto/declarative/qmlparser/FailingComponent.qml @@ -0,0 +1,3 @@ +Object { + a: 10 +} |