aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/test/script
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/test/script')
-rw-r--r--libbuild2/test/script/runner.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/test/script/runner.cxx b/libbuild2/test/script/runner.cxx
index a1eb9ec..f0c089b 100644
--- a/libbuild2/test/script/runner.cxx
+++ b/libbuild2/test/script/runner.cxx
@@ -85,7 +85,7 @@ namespace build2
{
try
{
- ifdstream is (p, ifdstream::in, ifdstream::badbit);
+ ifdstream is (p, ifdstream::badbit);
if (is.peek () != ifdstream::traits_type::eof ())
{
@@ -628,7 +628,7 @@ namespace build2
// Also note that we strip the trailing CR characters (otherwise
// can mismatch when cross-test).
//
- ifdstream is (op, ifdstream::in, ifdstream::badbit);
+ ifdstream is (op, ifdstream::badbit);
is.peek (); // Sets eofbit for an empty stream.
while (!is.eof ())