[libcxx-commits] [libcxx] 6ffd397 - [libc++][NFC] Remove tab in filebuf/traits_mismatch.fail.cpp

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 25 13:46:28 PDT 2022


Author: Nikolas Klauser
Date: 2022-08-25T22:46:17+02:00
New Revision: 6ffd39731afd78a4bff182c200e845d7d1f60508

URL: https://github.com/llvm/llvm-project/commit/6ffd39731afd78a4bff182c200e845d7d1f60508
DIFF: https://github.com/llvm/llvm-project/commit/6ffd39731afd78a4bff182c200e845d7d1f60508.diff

LOG: [libc++][NFC] Remove tab in filebuf/traits_mismatch.fail.cpp

Added: 
    

Modified: 
    libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp b/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
index a7378275970f..c607c6328d3e 100644
--- a/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
+++ b/libcxx/test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp
@@ -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 at streambuf:* {{{{(static_assert|static assertion)}} failed{{.*}}traits_type::char_type must be the same type as CharT}}
   // expected-error at fstream:* {{only virtual member functions can be marked 'override'}}
   // expected-error at fstream:* {{only virtual member functions can be marked 'override'}}


        


More information about the libcxx-commits mailing list