aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser6
1 files changed, 1 insertions, 5 deletions
diff --git a/build2/test/script/parser b/build2/test/script/parser
index 267c575..732b664 100644
--- a/build2/test/script/parser
+++ b/build2/test/script/parser
@@ -29,11 +29,7 @@ namespace build2
// Issue diagnostics and throw failed in case of an error.
//
void
- parse (istream&,
- const path& name,
- target& test,
- target& script,
- runner&);
+ parse (istream&, const path& name, script&, runner&);
// Recursive descent parser.
//