Do not run run-make test tied to unix-style $(CC) on MSVC host.

This commit is contained in:
Felix S. Klock II 2022-09-16 13:26:22 -04:00
parent ed9b12d7fd
commit d73614a2ee

View File

@ -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