Skip to content

Commit e2e78c6

Browse files
authored
Merge pull request swiftlang#35867 from CodaFi/test-and-best
Disable a Test To Unblock the Toolchain Builder
2 parents ddd1cd9 + 7e2c59e commit e2e78c6

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)