aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_fpe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_fpe.cpp')
-rw-r--r--src/tests/test_fpe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_fpe.cpp b/src/tests/test_fpe.cpp
index e2a7c6e68..a88b793c7 100644
--- a/src/tests/test_fpe.cpp
+++ b/src/tests/test_fpe.cpp
@@ -17,7 +17,7 @@ namespace Botan_Tests {
class FPE_FE1_Tests : public Text_Based_Test
{
public:
- FPE_FE1_Tests() : Text_Based_Test("fpe_fe1.vec", {"Mod", "In", "Out", "Key", "Tweak"}) {}
+ FPE_FE1_Tests() : Text_Based_Test("fpe_fe1.vec", "Mod,In,Out,Key,Tweak") {}
Test::Result run_one_test(const std::string&, const VarMap& vars) override
{