summaryrefslogtreecommitdiff
path: root/test/source_type_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/source_type_test.cc')
-rw-r--r--test/source_type_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source_type_test.cc b/test/source_type_test.cc
index 2da1ac4..47d820d 100644
--- a/test/source_type_test.cc
+++ b/test/source_type_test.cc
@@ -29,7 +29,7 @@ class TestableTaskCC
{
public:
TestableTaskCC(const Source& source)
- : TaskCC({}, {}, {}, source)
+ : TaskCC({}, {}, "build", source)
{}
Language language() const