forked from OSchip/llvm-project
[libc++][NFC] Remove tab in filebuf/traits_mismatch.fail.cpp
This commit is contained in:
parent
c035efc814
commit
6ffd39731a
libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf
|
@ -17,7 +17,7 @@
|
|||
|
||||
int main(int, char**)
|
||||
{
|
||||
std::basic_filebuf<char, std::char_traits<wchar_t> > f;
|
||||
std::basic_filebuf<char, std::char_traits<wchar_t> > f;
|
||||
// expected-error-re@streambuf:* {{{{(static_assert|static assertion)}} failed{{.*}}traits_type::char_type must be the same type as CharT}}
|
||||
// expected-error@fstream:* {{only virtual member functions can be marked 'override'}}
|
||||
// expected-error@fstream:* {{only virtual member functions can be marked 'override'}}
|
||||
|
|
Loading…
Reference in New Issue