cxx/test/input.output
Nico Weber 4074d6ea30 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?)


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210019 91177308-0d34-0410-b5e6-96231b3b80d8
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 license change 2010-11-16 22:09:02 +00:00
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 license change 2010-11-16 22:09:02 +00:00
iostream.objects license change 2010-11-16 22:09:02 +00:00
iostreams.base Silence -Wint-to-void-pointer-cast warning in test. 2013-07-06 14:41:36 +00:00
iostreams.requirements license change 2010-11-16 22:09:02 +00:00
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 license change 2010-11-16 22:09:02 +00:00