From 4230333bc5b32d30e35264b1104240bb5e2247ff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 16 Oct 2016 13:29:57 +0200 Subject: Implement testscript $*, $NN, $~ special variables --- build2/test/script/parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/parser') diff --git a/build2/test/script/parser b/build2/test/script/parser index 05b4d47..daaa953 100644 --- a/build2/test/script/parser +++ b/build2/test/script/parser @@ -46,7 +46,7 @@ namespace build2 parse_script_line (token&, token_type&); void - parse_variable_line (token&, token_type&, string); + parse_variable_line (token&, token_type&, string, location); void parse_test_line (token&, token_type&, names, location); -- cgit v1.1