Remove insignificant test status and explicitly mark failing test.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativev4 / data / conditionalExpr.qml
1 import Qt.v4 1.0
2
3 Result {
4     property int n: 2
5     result: !n ? 100 : 0
6 }