aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecc_pointmul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ecc_pointmul.cpp')
-rw-r--r--src/tests/test_ecc_pointmul.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecc_pointmul.cpp b/src/tests/test_ecc_pointmul.cpp
index 818fc4460..a19b64f03 100644
--- a/src/tests/test_ecc_pointmul.cpp
+++ b/src/tests/test_ecc_pointmul.cpp
@@ -22,7 +22,7 @@ class ECC_Pointmult_Tests : public Text_Based_Test
{
public:
ECC_Pointmult_Tests() : Text_Based_Test(
- Test::data_file("pubkey/ecc.vec"),
+ "pubkey/ecc.vec",
{"Group", "m", "X", "Y"})
{}