Skip to content

Commit

Permalink
Fixed bug in test and added test for opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
merendamattia committed Dec 29, 2024
1 parent 5a00323 commit bbda15e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,10 @@ public void testTaint17() throws AnalysisSetupException, IOException {
CronConfiguration conf = createConfiguration("taint", "example17", "example17.sol", false);
perform(conf);
}

@Test
public void testTaint18() throws AnalysisSetupException, IOException {
CronConfiguration conf = createConfiguration("taint", "example18", "example18.sol", false);
perform(conf);
}
}

0 comments on commit bbda15e

Please sign in to comment.