From be095014187fbe40e91e6b45166e9f2b3530123a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 15 Nov 2016 22:47:30 +0300 Subject: Add support for build2 for tests --- tests/compiler/sloc-counter/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/compiler/sloc-counter/driver.cxx') 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 filt (cout); - ifstream ifs(argv[1]); + ifstream ifs (argv[1]); for (istream::int_type c (ifs.get ()); c != istream::traits_type::eof (); -- cgit v1.1