Skip to content

Commit 6f30ac6

Browse files
committed
Disable Linux statically-linked stdlib test until it is fixed
1 parent 7df2fa1 commit 6f30ac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Driver/static-stdlib-linux.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Statically link a "hello world" program
22
// REQUIRES: OS=linux-gnu
33
// REQUIRES: static_stdlib
4+
// REQUIRES: rdar://30250347
45
print("hello world!")
56
// RUN: rm -rf %t && mkdir -p %t
67
// RUN: %target-swiftc_driver -static-stdlib -o %t/static-stdlib %s

0 commit comments

Comments
 (0)