mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +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);
|
logf(t, "[Test: %s]", it.name);
|
||||||
|
|
||||||
// TODO(bill): Catch panics
|
|
||||||
run_internal_test(t, it);
|
run_internal_test(t, it);
|
||||||
|
|
||||||
if failed(t) {
|
if failed(t) {
|
||||||
|
|||||||
@@ -3,5 +3,6 @@
|
|||||||
package testing
|
package testing
|
||||||
|
|
||||||
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
run_internal_test :: proc(t: ^T, it: Internal_Test) {
|
||||||
|
// TODO(bill): Catch panics on other platforms
|
||||||
it.p(t);
|
it.p(t);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user