Skip to content

Commit

Permalink
test_parscan.cpp: apply clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Apr 6, 2024
1 parent 404f061 commit 5e5ecfe
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 @@ -19,7 +19,7 @@ struct Tester {
//! out 2 invocations, and there is a single matcher with a regular
//! expression to check this.

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

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

0 comments on commit 5e5ecfe

Please sign in to comment.