QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / assignQmlComponent.qml
1 import Test 1.0
2 MyContainer {
3     MyComponent { x: 10; y: 11; }
4 }