Skip to content

Commit 7e2c59e

Browse files
committed
Disable a Test To Unblock the Toolchain Builder
1 parent ddd1cd9 commit 7e2c59e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Driver/static-executable.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// Create a self contained binary
2+
3+
// REQUIRES: rdar74148842
4+
// libc.a and libm.a have duplicate definitions of '__isnanl', so this test
5+
// fails to build.
6+
27
// REQUIRES: OS=linux-gnu
38
// REQUIRES: static_stdlib
49
print("hello world!")

0 commit comments

Comments
 (0)