aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ecies.cpp')
-rw-r--r--src/tests/test_ecies.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_ecies.cpp b/src/tests/test_ecies.cpp
index a875b8947..f65b015a5 100644
--- a/src/tests/test_ecies.cpp
+++ b/src/tests/test_ecies.cpp
@@ -197,7 +197,7 @@ class ECIES_ISO_Tests : public Text_Based_Test
}
};
-BOTAN_REGISTER_TEST("ecies-iso", ECIES_ISO_Tests);
+BOTAN_REGISTER_TEST("ecies_iso", ECIES_ISO_Tests);
#endif
@@ -452,7 +452,7 @@ class ECIES_Unit_Tests : public Test
}
};
-BOTAN_REGISTER_TEST("ecies-unit", ECIES_Unit_Tests);
+BOTAN_REGISTER_TEST("ecies_unit", ECIES_Unit_Tests);
#endif