aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/multiexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/multiexp.cpp')
-rw-r--r--tests/unit_tests/multiexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/multiexp.cpp b/tests/unit_tests/multiexp.cpp
index 722c568da..212aa0e40 100644
--- a/tests/unit_tests/multiexp.cpp
+++ b/tests/unit_tests/multiexp.cpp
@@ -260,7 +260,7 @@ TEST(multiexp, scalarmult_triple)
rct::key res;
ge_p3 Gp3;
- ge_frombytes_vartime(&Gp3, rct::G.bytes);
+ ASSERT_EQ(ge_frombytes_vartime(&Gp3, rct::G.bytes), 0);
static const rct::key scalars[] = {
rct::Z,