diff options
Diffstat (limited to 'libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp')
-rw-r--r-- | libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp b/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp index af6c651815c..e34bc844bd2 100644 --- a/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp +++ b/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp @@ -16,7 +16,7 @@ #include <fstream> #include <cassert> -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template <class CharT> struct test_buf |