Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquickloader / data / creationContext.qml
1 import QtQuick 2.0
2
3 Item {
4     property bool test: false
5
6     CreationContextLoader {
7     }
8 }