Made the misc theory test fail to test parameter formatting
This commit is contained in:
parent
eff36eea2d
commit
9e3196f737
1 changed files with 3 additions and 0 deletions
|
@ -92,4 +92,7 @@ Theory((char c, short s, int i, long l, long long ll, float f, double d, char *s
|
|||
cr_assert_strings_eq(str, "test");
|
||||
cr_assert_strings_eq(cstr, "other test");
|
||||
cr_assert_eq(obj->foo, 42);
|
||||
|
||||
// abort to see the formatted string of all parameters
|
||||
cr_abort_test(NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue