Skip to content

Commit 3082865

Browse files
committed
Ignore test on MSVC for now
I can't figure out how to link with the MSVC toolchain
1 parent 8ace03e commit 3082865

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/run-make-fulldeps/no-alloc-shim/Makefile renamed to tests/run-make/no-alloc-shim/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
include ../tools.mk
22

3+
# ignore-cross-compile
4+
# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain
5+
36
TARGET_LIBDIR = $$($(RUSTC) --print target-libdir)
47

58
all:

0 commit comments

Comments
 (0)