Remove insignificant test status and explicitly mark failing test.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / v4 / data / logicalOr.qml
1 import Qt.v4 1.0
2
3 Result {
4     property int a: 10
5     result: a == 1 || a == 2
6 }