Commit 674fdddbfc8ca33e0e950c9df88fbe4a4498c2b6

Daniel Mendler 2019-03-03T23:16:09

remove duplicate T(mp_tc_div_2d)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/demo/test.c b/demo/test.c
index 31e6b96..aed8756 100644
--- a/demo/test.c
+++ b/demo/test.c
@@ -1245,7 +1245,6 @@ int unit_tests(void) {
       T(mp_sqrtmod_prime),
       T(mp_tc_and),
       T(mp_tc_div_2d),
-      T(mp_tc_div_2d),
       T(mp_tc_or),
       T(mp_tc_xor),
 #undef T