mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 09:26:15 +00:00
16 lines
191 B
Plaintext
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);
|