diff options
Diffstat (limited to 'libbuild2/test/script/parser.test.cxx')
-rw-r--r-- | libbuild2/test/script/parser.test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/test/script/parser.test.cxx b/libbuild2/test/script/parser.test.cxx index 7339346..6838e47 100644 --- a/libbuild2/test/script/parser.test.cxx +++ b/libbuild2/test/script/parser.test.cxx @@ -121,8 +121,8 @@ namespace build2 assert (!c.out && !c.err && !c.exit); cf (env, c.arguments, - fdopen_null (), false /* pipe */, - nullopt /* deadline */, c, + fdopen_null (), nullptr /* pipe */, + nullopt /* deadline */, ll); } |