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/cin.pass.cpp b/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp index c72cdc8..ca0d6ca 100644 --- a/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp +++ b/libcxx/test/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp
@@ -22,7 +22,7 @@ std::cout << "Enter a number: "; std::cin >> i; std::cout << "The number is : " << i << '\n'; -#else +#else // 0 assert(std::cin.tie() == &std::cout); #endif }