Skip to content

Commit 918158d

Browse files
committed
Disable the cdylib-fewer-symbols test for all Windows (test was broken).
1 parent ab788a2 commit 918158d

File tree

1 file changed

+3
-1
lines changed
  • src/test/run-make/cdylib-fewer-symbols

1 file changed

+3
-1
lines changed

src/test/run-make/cdylib-fewer-symbols/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
-include ../tools.mk
55

6-
ifdef IS_MSVC
6+
# FIXME: The __rdl_ and __rust_ symbol still remains, no matter using MSVC or GNU
7+
# See https://github.com/rust-lang/rust/pull/46207#issuecomment-347561753
8+
ifdef IS_WINDOWS
79
all:
810
true
911
else

0 commit comments

Comments
 (0)