You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/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
12 years ago
..
file.streams Remove unused code in a libc++ test. 12 years ago
input.output.general license change 15 years ago
iostream.format Fix bug 19740; round-tripping a pointer through a stream doesn't work 12 years ago
iostream.forward license change 15 years ago
iostream.objects license change 15 years ago
iostreams.base Silence -Wint-to-void-pointer-cast warning in test. 13 years ago
iostreams.requirements license change 15 years ago
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 13 years ago
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. 13 years ago
nothing_to_do.pass.cpp license change 15 years ago