mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 08:04: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) {
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
package testing
|
||||
|
||||
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
||||
// TODO(bill): Catch panics on other platforms
|
||||
it.p(t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user