llvm-project/libcxx/test/std/input.output
Volodymyr Sapsai 8d6ac8f689 Revert "Implement LWG 2221 - No formatted output operator for nullptr."
This reverts r342566 as it causes on bots linker errors like

> Undefined symbols for architecture i386:
>   "std::__1::basic_ostream<char, std::__1::char_traits<char> >::operator<<(std::nullptr_t)", referenced from:

llvm-svn: 342599
2018-09-19 23:31:34 +00:00
..
file.streams Implement <filesystem> 2018-07-27 03:07:09 +00:00
filesystems Implement <filesystem> 2018-07-27 03:07:09 +00:00
input.output.general
iostream.format Revert "Implement LWG 2221 - No formatted output operator for nullptr." 2018-09-19 23:31:34 +00:00
iostream.forward [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". 2016-11-14 17:35:14 +00:00
iostream.objects Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
iostreams.base [libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp 2018-08-08 00:47:29 +00:00
iostreams.requirements
stream.buffers Add a catch for std::length_error for the case where the string can't handle 2GB. (like say 32-bit big-endian) 2018-02-14 18:05:25 +00:00
string.streams libcxx: Fix for basic_stringbuf::seekoff() after r320604. 2017-12-19 23:33:16 +00:00
nothing_to_do.pass.cpp