From fd36878f21c9487cd4ce6ff6a3796f811c861a35 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:41:27 -0400 Subject: [PATCH] test_parscan.cpp: fix declaration for variable result Co-authored-by: Damien L-G --- tests/sampler/test_parscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sampler/test_parscan.cpp b/tests/sampler/test_parscan.cpp index 0580898e6..082389a41 100644 --- a/tests/sampler/test_parscan.cpp +++ b/tests/sampler/test_parscan.cpp @@ -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;