Removing the HIR test until it's fixed (or killed).

This commit is contained in:
Ben Vanik 2015-06-18 22:38:46 -07:00
parent bde2be5ddb
commit 58e616f3cf
1 changed files with 1 additions and 1 deletions

2
xb.bat
View File

@ -393,7 +393,7 @@ GOTO :perform_test_args
:perform_test_parsed
ECHO Running automated testing for config %CONFIG%...
SET TEST_NAMES=xe-cpu-hir-test xe-cpu-ppc-test
SET TEST_NAMES=xe-cpu-ppc-test
FOR %%G IN (%TEST_NAMES%) DO (
IF NOT EXIST build\bin\%CONFIG%\%%G.exe (
ECHO.