From 6cf30885f0d91da534871f2e6ddeca7a8a52b415 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Oct 2016 11:52:58 +0200 Subject: Pass command index, location to test runner --- 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 1703f47..148a081 100644 --- a/unit-tests/test/script/parser/driver.cxx +++ b/unit-tests/test/script/parser/driver.cxx @@ -29,7 +29,7 @@ namespace build2 { public: virtual void - run (const command& t) override + run (const command& t, size_t, const location&) override { // Here we assume we are running serially. // -- cgit v1.1