Minor updates to failing tests. NFC
authorMarshall Clow <mclow.lists@gmail.com>
Tue, 9 Feb 2016 06:38:56 +0000 (06:38 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Tue, 9 Feb 2016 06:38:56 +0000 (06:38 +0000)
llvm-svn: 260202

libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_char.fail.cpp
libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.fail.cpp

index 2f516f8..2b4db2b 100644 (file)
 #include <string>
 #include <cassert>
 
-#if _LIBCPP_STD_VER > 11
+#include "test_macros.h"
+
+//     Test that mismatches between strings and wides streams are diagnosed
+
+#if TEST_STD_VER > 11
 
 void round_trip ( const char *p ) {
     std::wstringstream ss;
index bdd362d..789f927 100644 (file)
 #include <string>
 #include <cassert>
 
-#if _LIBCPP_STD_VER > 11
+#include "test_macros.h"
+
+#if TEST_STD_VER > 11
+
+//     Test that mismatches in the traits between the quoted object and the dest string are diagnosed.
 
 template <class charT>
 struct test_traits