From 05b1d9e89a94ee5594168073b8dc363fada987f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Nov 2016 14:35:00 +0200 Subject: Clean up testscript grammar and parser --- unit-tests/test/script/parser/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit-tests') diff --git a/unit-tests/test/script/parser/driver.cxx b/unit-tests/test/script/parser/driver.cxx index de34da7..0fcba38 100644 --- a/unit-tests/test/script/parser/driver.cxx +++ b/unit-tests/test/script/parser/driver.cxx @@ -198,7 +198,7 @@ namespace build2 p.pre_parse (cin, s); print_runner r (scope, id, line); - p.parse (s, r); + p.execute (s, r); } catch (const failed&) { -- cgit v1.1