llvm-project/libcxx/test/std/input.output/iostream.format
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
..
ext.manip [libcxx] [test] Rename __c to ch. NFCI. 2017-08-11 20:54:01 +00:00
input.streams [libcxx] [test] Allow a standard library that implements LWG 1203 in istream.rvalue/rvalue.pass.cpp 2018-08-08 00:49:02 +00:00
output.streams Revert "Implement LWG 2221 - No formatted output operator for nullptr." 2018-09-19 23:31:34 +00:00
quoted.manip [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
std.manip Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
nothing_to_do.pass.cpp