Skip to content

Commit

Permalink
Fixed comparison of numbers of different bit length.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun authored and vo-nil committed Jul 17, 2024
1 parent faca32b commit 3cf935e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/parallel-zk/test/bench_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ macro(define_runtime_zk_test name)
endmacro()

set(RUNTIME_TESTS_NAMES
"bench_pedersen"
"bench_lpc"
"pedersen"
"lpc"
)

foreach(TEST_NAME ${RUNTIME_TESTS_NAMES})
Expand Down

0 comments on commit 3cf935e

Please sign in to comment.