diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2022-09-16 13:26:22 -0400 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2022-09-16 13:26:22 -0400 |
| commit | d73614a2eed088b9aeab4ee95fa6fc965609b8e3 (patch) | |
| tree | 38eeec81a1e3a63a9f2929cccc284786ee4cb846 /src/test | |
| parent | ed9b12d7fd567c92c0c438714a19a53f035329d8 (diff) | |
| download | rust-d73614a2eed088b9aeab4ee95fa6fc965609b8e3.tar.gz rust-d73614a2eed088b9aeab4ee95fa6fc965609b8e3.zip | |
Do not run run-make test tied to unix-style `$(CC)` on MSVC host.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile b/src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile index b3db6bcb3f6..db1b53e152e 100644 --- a/src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile +++ b/src/test/run-make-fulldeps/issue-97463-abi-param-passing/Makefile @@ -1,5 +1,7 @@ -include ../tools.mk +# ignore-msvc + # The issue exercised by this test, rust-lang/rust#97463, explicitly needs `-O` # flags (like `-O3`) to reproduce. Thus, we call $(CC) instead of nicer # alternatives provided by tools.mk like using `COMPILE_OBJ` or using a |
