From a20af3e1ce2f84c0c27d86a61b61de2b5e60c139 Mon Sep 17 00:00:00 2001 From: mkarlesky Date: Fri, 30 Jul 2010 22:40:12 +0000 Subject: [PATCH] updated for updated unity macros git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@182 bf332499-1b4d-0410-844d-d2d48d5cc64c --- test/system/test_interactions/expect_and_throw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {