Skip to content

Commit 96674ed

Browse files
committed
more tests
1 parent 24831a7 commit 96674ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unittests/precompiles_expmod_test.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ static const std::vector<std::string> test_inputs{
6262
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 40000000 00000020 0000000000000000000000000000000000000000000000000000000000000001 80",
6363
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 20000000 00000020 0000000000000000000000000000000000000000000000000000000000000001 80",
6464
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 10000000 00000020 0000000000000000000000000000000000000000000000000000000000000001 80",
65+
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 00000000 80000020 0000000000000000000000000000000000000000000000000000000000000001 80",
66+
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 00000000 40000020 0000000000000000000000000000000000000000000000000000000000000001 80",
67+
"0000000000000000000000000000000000000000000000000000000000000001 000000000000000000000000000000000000000000000000 00000000 20000020 0000000000000000000000000000000000000000000000000000000000000001 80",
6568
};
6669

6770
TEST(expmod, test_inputs)

0 commit comments

Comments
 (0)