Skip to content

Commit

Permalink
test_parscan.cpp: fix declaration for variable result
Browse files Browse the repository at this point in the history
Co-authored-by: Damien L-G <[email protected]>
  • Loading branch information
vlkale and dalg24 authored Apr 10, 2024
1 parent 262a6bb commit fd36878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sampler/test_parscan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct Tester {
//! expression to check this.

long int N = 1024;
int64_t result;
long int result;

for (int iter = 0; iter < 150; iter++) {
result = 0;
Expand Down

0 comments on commit fd36878

Please sign in to comment.