diff options
Diffstat (limited to 'src/tests/test_hash.cpp')
-rw-r--r-- | src/tests/test_hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_hash.cpp b/src/tests/test_hash.cpp index 2ff74d1f2..fd255131b 100644 --- a/src/tests/test_hash.cpp +++ b/src/tests/test_hash.cpp @@ -15,7 +15,7 @@ namespace { class Hash_Function_Tests : public Text_Based_Test { public: - Hash_Function_Tests() : Text_Based_Test("hash", {"In", "Out"}) {} + Hash_Function_Tests() : Text_Based_Test("hash", "In,Out") {} Test::Result run_one_test(const std::string& algo, const VarMap& vars) override { |