commit | 66dbf0d3116ff077b43f07499598c36f6be0bde3 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 00:26:48 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Sun Aug 22 00:26:48 2010 +0000 |
tree | de8f89213cce27cc6ef3c267d5ebf80ad41b41f4 | |
parent | 62bfbb0974c3c12a48ba7dd435c0071de343992e [diff] [blame] |
Fixing whitespace problems llvm-svn: 111758
diff --git a/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp b/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp index 7bdcc7f..96a261a 100644 --- a/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp +++ b/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp
@@ -21,5 +21,5 @@ #else assert(std::cerr.tie() == &std::cout); assert(std::cerr.flags() & std::ios_base::unitbuf); -#endif +#endif // 0 }