1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 09:26:15 +00:00
2015-12-13 22:34:58 +09:00

16 lines
191 B
Plaintext

/* Can't use the same test name multiple times. */
# suite Foo
# tcase Bar
# test repeat
fail_if(MISERABLY);
# suite Baz
# tcase Quux
# test repeat
fail_if(DONT_TRY_TRY_AGAIN);