diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-18 17:05:40 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-18 17:05:40 +0100 |
| commit | 07ef96954647dd80fb3e6a8df14b3280a2d99fa4 (patch) | |
| tree | bf038d1f0db89b7ca8614308724ea0160ebdef8a /tests | |
| parent | 72c15d7699507a5984d7fcc6426d1e38517c407f (diff) | |
Fix test label.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/build.bat b/tests/core/build.bat index f94f13c19..ac7137fa1 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -102,6 +102,6 @@ echo --- %PATH_TO_ODIN% run runtime %COMMON% %COLLECTION% -out:test_core_runtime.exe || exit /b echo --- -echo Running core:runtime tests +echo Running core:time tests echo --- %PATH_TO_ODIN% run time %COMMON% %COLLECTION% -out:test_core_time.exe || exit /b
\ No newline at end of file |