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
@@ -1,5 +1,5 @@
@echo off
set PATH_TO_ODIN==..\..\odin
%PATH_TO_ODIN% run test_rtti.odin -file -vet -strict-style -o:minimal || exit /b
rem %PATH_TO_ODIN% run test_rtti.odin -file -vet -strict-style -o:minimal || exit /b
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal || exit /b
rem -define:SEED=42