diff options
| author | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2017-02-02 11:56:26 +0000 |
|---|---|---|
| committer | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2017-02-02 11:56:26 +0000 |
| commit | e396d8e2602e0b269d9c8145d0738a46ff89eb6d (patch) | |
| tree | aa44af81ee1ff7dc2760c1f8351fea1d89aa03cf /libcxx/test | |
| parent | 20ab6b875ad6cdc831351818775f73a91e56db09 (diff) | |
| download | bcm5719-llvm-e396d8e2602e0b269d9c8145d0738a46ff89eb6d.tar.gz bcm5719-llvm-e396d8e2602e0b269d9c8145d0738a46ff89eb6d.zip | |
Extend XFAIL to c++98.
NFC.
llvm-svn: 293881
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp b/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp index e60f5c61026..8a9a1a232d0 100644 --- a/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp +++ b/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -// XFAIL: c++03 +// XFAIL: c++98, c++03 // <system_error> |

