-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rust_1.74' of https://github.com/thepowersgang/mrustc i…
…nto rust_1.74
- Loading branch information
Showing
4 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
@echo off | ||
rem if "%1" == "1.19" call run_local_tests_119.cmd | ||
if "%1" == "1.29" call run_local_tests.cmd | ||
rem if "%1" == "1.39" call run_local_tests_139.cmd | ||
if "%1" == "1.54" call run_local_tests_154.cmd | ||
if "%1" == "1.74" call run_local_tests_174.cmd | ||
@if "%1" == "1.19" call run_hello_119.cmd | ||
@if "%1" == "1.29" call run_hello.cmd | ||
@if "%1" == "1.39" call run_hello_139.cmd | ||
@if "%1" == "1.54" call run_hello_154.cmd | ||
@if "%1" == "1.74" call run_hello_174.cmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
@if "%1" == "1.19" call run_hello_119.cmd | ||
@if "%1" == "1.29" call run_hello.cmd | ||
@if "%1" == "1.39" call run_hello_139.cmd | ||
@if "%1" == "1.54" call run_hello_154.cmd | ||
@if "%1" == "1.74" call run_hello_174.cmd | ||
@echo off | ||
rem if "%1" == "1.19" call run_local_tests_119.cmd | ||
if "%1" == "1.29" call run_local_tests.cmd | ||
rem if "%1" == "1.39" call run_local_tests_139.cmd | ||
if "%1" == "1.54" call run_local_tests_154.cmd | ||
if "%1" == "1.74" call run_local_tests_174.cmd |