Revised tests

This commit is contained in:
2026-05-30 10:53:21 +10:00
parent 75cb1dfa86
commit d194bff5fe
36 changed files with 266 additions and 199 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include <string.h>
int main(void) {
//URGENT: Test not yet implemented
//WARN: Test not yet implemented
printf(TOY_CC_WARN "Test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return 0;
}