diff options
Diffstat (limited to 'libcxx/test/std/algorithms')
-rw-r--r-- | libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp index e0d8127a7b7..7067227119c 100644 --- a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp +++ b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // <algorithm> -// XFAIL: c++03, c++11, c++14 +// XFAIL: c++98, c++03, c++11, c++14 // template<class T, class Compare> // const T& diff --git a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp index 838aaed9a3f..2592f904fd2 100644 --- a/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp +++ b/libcxx/test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // <algorithm> -// XFAIL: c++03, c++11, c++14 +// XFAIL: c++98, c++03, c++11, c++14 // template<class T> // const T& |