QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / invalidID.qml
1 import Test 1.0
2 MyQmlObject {
3     id: 1
4 }