Minor updates to failing tests. NFC

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@260202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2016-02-09 06:38:56 +00:00
parent f3adaaf5d7
commit 81b46a5bc6
2 changed files with 10 additions and 2 deletions

View File

@@ -16,7 +16,11 @@
#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;

View File

@@ -16,7 +16,11 @@
#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