QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / invalidTypeName.2.qml
1 import QtQuick 2.0 as Foo
2
3 Foo.item {
4 }
5