mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Move comment
This commit is contained in:
@@ -54,7 +54,6 @@ runner :: proc(internal_tests: []Internal_Test) -> bool {
|
||||
|
||||
logf(t, "[Test: %s]", it.name);
|
||||
|
||||
// TODO(bill): Catch panics
|
||||
run_internal_test(t, it);
|
||||
|
||||
if failed(t) {
|
||||
|
||||
Reference in New Issue
Block a user