mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-07-29 07:17:49 +00:00
catch cexception up to modern unity
git-svn-id: http://cexception.svn.sourceforge.net/svnroot/cexception/trunk@10 50f63946-2846-0410-8d77-f904c773002e
This commit is contained in:
@@ -39,7 +39,7 @@ void test_BasicThrowAndCatch(void)
|
||||
Catch(e)
|
||||
{
|
||||
//verify that e has the right data
|
||||
TEST_ASSERT_EQUAL(0xBEEFBEEF, e)
|
||||
TEST_ASSERT_EQUAL(0xBEEFBEEF, e);
|
||||
}
|
||||
|
||||
//verify that e STILL has the right data
|
||||
|
||||
Reference in New Issue
Block a user