diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-21 11:52:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 6cf30885f0d91da534871f2e6ddeca7a8a52b415 (patch) | |
tree | 75c2b28f1506e1025c9349b4a3f99e62ab6c41c0 /unit-tests/test/script | |
parent | 096b10b96162eca90958af42e24520e2bc728494 (diff) |
Pass command index, location to test runner
Diffstat (limited to 'unit-tests/test/script')
-rw-r--r-- | unit-tests/test/script/parser/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. // |