diff --git a/test/system/test_interactions/expect_and_throw.yml b/test/system/test_interactions/expect_and_throw.yml index 35fe38a..c22524c 100644 --- a/test/system/test_interactions/expect_and_throw.yml +++ b/test/system/test_interactions/expect_and_throw.yml @@ -110,7 +110,7 @@ Try { function_b(3); - TEST_FAIL("Should Have Thrown"); + TEST_FAIL_MESSAGE("Should Have Thrown"); } Catch(e) {