Skip to content

Commit 4c807e1

Browse files
committed
Fix formatting
1 parent ee72bb4 commit 4c807e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ignore.char_type.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ int main(int, char**) {
3434

3535
// Parameter value "-1L" doesn't cause ambiguity with the char_type overload.
3636
in.ignore(100, -1L); // ignore up to EOF, which is the default behavior
37-
assert(in.eof()); // stream should be at EOF now
38-
// assert(in.gcount() == 5);
37+
assert(in.eof()); // stream should be at EOF now
38+
assert(in.gcount() == 5);
3939

4040
return 0;
4141
}

0 commit comments

Comments
 (0)