Temporarily disable RTTI test on Windows.

This commit is contained in:
Jeroen van Rijn
2023-10-31 13:12:17 +01:00
parent 51caa930ca
commit f5febb633c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ rtti_test :: proc(t: ^testing.T) {
main :: proc() {
t := testing.T{}
rtti_test(&t)
mem_track_test(&t, rtti_test)
fmt.printf("%v/%v tests successful.\n", TEST_count - TEST_fail, TEST_count)
if TEST_fail > 0 {