aboutsummaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-21 11:52:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commit6cf30885f0d91da534871f2e6ddeca7a8a52b415 (patch)
tree75c2b28f1506e1025c9349b4a3f99e62ab6c41c0 /unit-tests
parent096b10b96162eca90958af42e24520e2bc728494 (diff)
Pass command index, location to test runner
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/test/script/parser/driver.cxx2
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.
//