about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run-make/no-alloc-shim/Makefile (renamed from tests/run-make-fulldeps/no-alloc-shim/Makefile)3
-rw-r--r--tests/run-make/no-alloc-shim/foo.rs (renamed from tests/run-make-fulldeps/no-alloc-shim/foo.rs)0
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make-fulldeps/no-alloc-shim/Makefile b/tests/run-make/no-alloc-shim/Makefile
index f3dbbf1fd63..568e3f9ba1d 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
index a3daec3db39..a3daec3db39 100644
--- a/tests/run-make-fulldeps/no-alloc-shim/foo.rs
+++ b/tests/run-make/no-alloc-shim/foo.rs