diff options
| author | Marshall Clow <mclow@qualcomm.com> | 2013-01-05 03:21:01 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow@qualcomm.com> | 2013-01-05 03:21:01 +0000 |
| commit | 322270842cce3c74eed498937bf39bb57f89ee4a (patch) | |
| tree | aefeb87fb70f51fd05b6153d12ba237dafa9fbf9 /libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp | |
| parent | 08116a7df3a542553a845eeae0302904036133ca (diff) | |
| download | bcm5719-llvm-322270842cce3c74eed498937bf39bb57f89ee4a.tar.gz bcm5719-llvm-322270842cce3c74eed498937bf39bb57f89ee4a.zip | |
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
llvm-svn: 171594
Diffstat (limited to 'libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp')
| -rw-r--r-- | libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp b/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp index 3869c0bcf00..d8ca8aebc62 100644 --- a/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp +++ b/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp @@ -17,7 +17,7 @@ #include <streambuf> #include <cassert> -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template <class CharT> struct test |

