Disable a Test To Unblock the Toolchain Builder

This commit is contained in:
Robert Widmann
2021-02-09 18:02:00 -08:00
parent ddd1cd9776
commit 7e2c59edec

View File

@@ -1,4 +1,9 @@
// Create a self contained binary
// REQUIRES: rdar74148842
// libc.a and libm.a have duplicate definitions of '__isnanl', so this test
// fails to build.
// REQUIRES: OS=linux-gnu
// REQUIRES: static_stdlib
print("hello world!")