mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
utilize odin test -all-packages instead of (make/bat) scripts for running tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package test_internal_rtti
|
||||
package test_internal
|
||||
|
||||
import "core:fmt"
|
||||
import "core:testing"
|
||||
@@ -43,4 +43,4 @@ rtti_test :: proc(t: ^testing.T) {
|
||||
l_s := fmt.tprintf("%s", l_buggy)
|
||||
testing.expectf(t, g_s == EXPECTED_REPR, "Expected fmt.tprintf(\"%%s\", g_s)) to return \"%v\", got \"%v\"", EXPECTED_REPR, g_s)
|
||||
testing.expectf(t, l_s == EXPECTED_REPR, "Expected fmt.tprintf(\"%%s\", l_s)) to return \"%v\", got \"%v\"", EXPECTED_REPR, l_s)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user