diff --git a/tests/run-make-fulldeps/no-alloc-shim/Makefile b/tests/run-make/no-alloc-shim/Makefile similarity index 91% rename from tests/run-make-fulldeps/no-alloc-shim/Makefile rename to tests/run-make/no-alloc-shim/Makefile index f3dbbf1fd63e..568e3f9ba1d6 100644 --- a/tests/run-make-fulldeps/no-alloc-shim/Makefile +++ b/tests/run-make/no-alloc-shim/Makefile @@ -1,5 +1,8 @@ include ../tools.mk +# ignore-cross-compile +# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain + TARGET_LIBDIR = $$($(RUSTC) --print target-libdir) all: diff --git a/tests/run-make-fulldeps/no-alloc-shim/foo.rs b/tests/run-make/no-alloc-shim/foo.rs similarity index 100% rename from tests/run-make-fulldeps/no-alloc-shim/foo.rs rename to tests/run-make/no-alloc-shim/foo.rs