summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidID.4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidID.4.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/invalidID.4.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidID.4.qml b/tests/auto/declarative/qmllanguage/data/invalidID.4.qml
index 1f15fce..86010bf 100644
--- a/tests/auto/declarative/qmllanguage/data/invalidID.4.qml
+++ b/tests/auto/declarative/qmllanguage/data/invalidID.4.qml
@@ -1,6 +1,6 @@
import Test 1.0
MyQmlObject {
- id: Hello
- id: World
+ id: hello
+ id: world
}