소스 검색

Fix missing `-` for define in `tests/core/build.bat`

Feoramund 1 년 전
부모
커밋
e11f3d2520
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/core/build.bat

+ 1 - 1
tests/core/build.bat

@@ -11,7 +11,7 @@ echo ---
 echo ---
 echo Running core:container tests
 echo ---
-%PATH_TO_ODIN% test container %COMMON% define:test_progress_width=4 -out:test_core_container.exe || exit /b
+%PATH_TO_ODIN% test container %COMMON% -define:test_progress_width=4 -out:test_core_container.exe || exit /b
 
 echo ---
 echo Running core:crypto tests