Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoArceri committed Feb 28, 2024
1 parent 7a84b57 commit 090f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/it/unipr/analysis/cron/EVMBytecodeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ private MyLogger newAnalysis(String CONTRACT_ADDR) throws Exception {
conf.serializeResults = false;
conf.jsonOutput = false;
conf.abstractState = new SimpleAbstractState<MonolithicHeap, EVMAbstractState, TypeEnvironment<InferredTypes>>(
new MonolithicHeap(), new EVMAbstractState(),
new MonolithicHeap(), new EVMAbstractState(CONTRACT_ADDR),
new TypeEnvironment<>(new InferredTypes()));
conf.testDir = "benchmark/" + CONTRACT_ADDR;
conf.callGraph = new RTACallGraph();
Expand Down

0 comments on commit 090f895

Please sign in to comment.