]> git.mdlowis.com Git - projs/libcds.git/commitdiff
Fixed test name
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 4 Sep 2014 13:40:55 +0000 (09:40 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 4 Sep 2014 13:40:55 +0000 (09:40 -0400)
tests/test_exn.c

index b35753e27b317a23b22885ddbdcb167e486a8320..e08bd61e334fb6b99dcc84ed76ab5c2d055743e8 100644 (file)
@@ -177,7 +177,7 @@ TEST_SUITE(Exn) {
         CHECK(state.branch1 == 1);
     }
 
-    TEST(Verify_successful_assertions_do_not_throw_an_exception)
+    TEST(Verify_unsuccessful_assertions_throw_an_exception)
     {
         exn_test_state_t state = {0,0,0,0,0,0,0,0};
         try {