summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample/tst_basic.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qmlexample/tst_basic.qml')
-rw-r--r--tests/qmlexample/tst_basic.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlexample/tst_basic.qml b/tests/qmlexample/tst_basic.qml
index d905d9b..07d5a9d 100644
--- a/tests/qmlexample/tst_basic.qml
+++ b/tests/qmlexample/tst_basic.qml
@@ -58,7 +58,7 @@ TestCase {
}
function test_expecting() {
- expectFail("this is the fail we wanted")
+ expectFail("", "this is the fail we wanted")
verify(false)
}