Skip to content

Commit 8fd9f89

Browse files
committed
Fixed SolidiFIReentrancyTruth test.
1 parent 7538013 commit 8fd9f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/it/unipr/analysis/cron/checker/SolidiFIReentrancyTruth.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ public class SolidiFIReentrancyTruth {
3434
private ConcurrentMap<Integer, Integer> _solidifi = new ConcurrentHashMap<>();
3535

3636
@Test
37-
public void testSolidiFIReentrancyTruth() throws Exception {
37+
public void testSolidiFIReentrancyTruth() {
3838
setSolidifiMap();
3939
List<Future<?>> futures = new ArrayList<>();
40+
EVMLiSAExecutor.setCoresAvailable(Runtime.getRuntime().availableProcessors() - 1);
4041

4142
Path solidifiBuggyBytecodesDirPath = Paths
4243
.get("evm-testcases", "ground-truth", "solidifi", "reentrancy-truth", "bytecode");

0 commit comments

Comments
 (0)