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 c12e524..288f1e5 100644
--- a/test/source_type_test.cc
+++ b/test/source_type_test.cc
@@ -30,7 +30,7 @@ class TestableTaskCC
: public TaskCC
{
public:
- TestableTaskCC(const ctor::Source& source)
+ TestableTaskCC(const ctor::source& source)
: TaskCC({}, {}, "build", source)
{}