mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
8 lines
115 B
C
8 lines
115 B
C
|
|
// Set this to 1 to output passing tests.
|
||
|
|
#define SHOW_PASSES 0
|
||
|
|
|
||
|
|
void pass();
|
||
|
|
void fail();
|
||
|
|
|
||
|
|
int showTestResults();
|