summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/mocksqlitereadstatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/mocksqlitereadstatement.h')
-rw-r--r--tests/unit/unittest/mocksqlitereadstatement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/unittest/mocksqlitereadstatement.h b/tests/unit/unittest/mocksqlitereadstatement.h
index 5386c13907..8ebcb6e13b 100644
--- a/tests/unit/unittest/mocksqlitereadstatement.h
+++ b/tests/unit/unittest/mocksqlitereadstatement.h
@@ -223,8 +223,8 @@ FilePathIds MockSqliteReadStatement::values<ClangBackEnd::FilePathId>(std::size_
template <>
std::vector<Sources::Directory> MockSqliteReadStatement::values<Sources::Directory, 2>(std::size_t reserveSize);
-template <>
-std::vector<Sources::Source> MockSqliteReadStatement::values<Sources::Source, 2>(std::size_t reserveSize);
+template<>
+std::vector<Sources::Source> MockSqliteReadStatement::values<Sources::Source, 3>(std::size_t reserveSize);
template <>
Utils::optional<int>