diff options
Diffstat (limited to 'tests/auto/declarative/qmlparser/failingComponent.txt')
-rw-r--r-- | tests/auto/declarative/qmlparser/failingComponent.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/failingComponent.txt b/tests/auto/declarative/qmlparser/failingComponent.txt index 8c43f84..bc21243 100644 --- a/tests/auto/declarative/qmlparser/failingComponent.txt +++ b/tests/auto/declarative/qmlparser/failingComponent.txt @@ -1,3 +1,4 @@ +import Test 1.0 MyContainer { FailingComponent {} } |