Skip to content

Commit 2a3ef11

Browse files
committed
Ignore test on wasm as dylibs aren't supported
1 parent d6fc366 commit 2a3ef11

File tree

1 file changed

+1
-0
lines changed
  • tests/run-make/staticlib-dylib-linkage

1 file changed

+1
-0
lines changed

Diff for: tests/run-make/staticlib-dylib-linkage/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include ../tools.mk
22

33
# ignore-msvc FIXME(bjorn3) can't figure out how to link with the MSVC toolchain
4+
# ignore-wasm wasm doesn't support dynamic libraries
45

56
all:
67
$(RUSTC) -C prefer-dynamic bar.rs

0 commit comments

Comments
 (0)