aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-16 13:29:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:21 +0200
commit4230333bc5b32d30e35264b1104240bb5e2247ff (patch)
tree0e3873c012dcf83281ecb43c4cfe2780a794a25c /build2/test/script/parser
parentd81ad6a0b20613ac77e115ca273cd48eaeeae1c8 (diff)
Implement testscript $*, $NN, $~ special variables
Diffstat (limited to 'build2/test/script/parser')
-rw-r--r--build2/test/script/parser2
1 files changed, 1 insertions, 1 deletions
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);