diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-14 23:38:12 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-14 23:38:12 +0000 |
commit | eb7b5e74d4380e4e5b758c816e43e31fc1155517 (patch) | |
tree | bfeea8190733cfd22cdd9bc27df9174335462ae4 /libcxx/test/std/strings/string.conversions/stof.pass.cpp | |
parent | dba7329ebb0dbe1fabb3faaedfd31da3b8bd611d (diff) | |
download | bcm5719-llvm-eb7b5e74d4380e4e5b758c816e43e31fc1155517.tar.gz bcm5719-llvm-eb7b5e74d4380e4e5b758c816e43e31fc1155517.zip |
Rename system_lib -> system_cxx_lib. NFC
llvm-svn: 226061
Diffstat (limited to 'libcxx/test/std/strings/string.conversions/stof.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/string.conversions/stof.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/strings/string.conversions/stof.pass.cpp b/libcxx/test/std/strings/string.conversions/stof.pass.cpp index 65809cb2cf1..3e9b681ddeb 100644 --- a/libcxx/test/std/strings/string.conversions/stof.pass.cpp +++ b/libcxx/test/std/strings/string.conversions/stof.pass.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// XFAIL: with_system_lib=x86_64-apple-darwin11 -// XFAIL: with_system_lib=x86_64-apple-darwin12 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin11 +// XFAIL: with_system_cxx_lib=x86_64-apple-darwin12 // <string> |