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;
}
+1 -1
View File
@@ -117,7 +117,7 @@ int test_functions_from_bytecodes(void) {
}
int test_functions_from_callbacks(void) {
//URGENT: Test not yet implemented
//WARN: Test not yet implemented
printf(TOY_CC_WARN "WIP test not yet implemented: %s\n" TOY_CC_RESET, __FILE__);
return 0;
}
+2 -3
View File
@@ -607,9 +607,8 @@ int main(void) {
total += res;
}
//TODO: references?
//TODO: type coersions?
//TODO: opaques?
//WARN: Testing references not implemented
//WARN: Testing opaques not implemented
return total;
}