hanchenye-llvm-project/libcxx/test/input.output
Nico Weber 0797874f33 Remove unused code in a libc++ test.
Other tests in this directory use this type, so it's probably copypasta from
there.

(test_buf only forwards to the superclass in all tests where it's used though,
so I wonder if it can be replaced with just using filebuf / wfilebuf
everywhere?)

llvm-svn: 210019
2014-06-02 12:00:08 +00:00
..
file.streams Remove unused code in a libc++ test. 2014-06-02 12:00:08 +00:00
input.output.general
iostream.format Fix bug 19740; round-tripping a pointer through a stream doesn't work 2014-05-21 16:02:20 +00:00
iostream.forward
iostream.objects
iostreams.base Silence -Wint-to-void-pointer-cast warning in test. 2013-07-06 14:41:36 +00:00
iostreams.requirements
stream.buffers Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 2013-01-05 03:21:01 +00:00
string.streams The move / swap members were not correctly taking all of the possible states of the basic_stringbuf into account. Just rewrote these members. Test included. This fixes http://llvm.org/bugs/show_bug.cgi?id=15659. 2013-04-03 20:21:29 +00:00
nothing_to_do.pass.cpp