aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/sloc-counter/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler/sloc-counter/driver.cxx')
-rw-r--r--tests/compiler/sloc-counter/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index 504fbb7..9d738b3 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -22,7 +22,7 @@ main (int argc, char* argv[])
ostream_filter<sloc_counter, char> filt (cout);
- ifstream ifs(argv[1]);
+ ifstream ifs (argv[1]);
for (istream::int_type c (ifs.get ());
c != istream::traits_type::eof ();