Skip to content

Commit

Permalink
No longer try to call missing test :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgbayne committed Jun 30, 2011
1 parent 7d8e4df commit de131d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/seatest_tests.c
Expand Up @@ -48,7 +48,6 @@ void test_fixture_seatest(void)
run_test(test_assert_int_equal);
run_test(test_assert_ulong_equal);
run_test(test_assert_string_equal);
run_test(test_assert_n_array_equal);
test_fixture_end();
}

Expand Down

0 comments on commit de131d6

Please sign in to comment.