Skip to content

Commit bbda15e

Browse files
committed
Fixed bug in test and added test for opcode
1 parent 5a00323 commit bbda15e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/java/it/unipr/analysis/cron/EVMTaintAbstractSemantics.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,10 @@ public void testTaint17() throws AnalysisSetupException, IOException {
162162
CronConfiguration conf = createConfiguration("taint", "example17", "example17.sol", false);
163163
perform(conf);
164164
}
165+
166+
@Test
167+
public void testTaint18() throws AnalysisSetupException, IOException {
168+
CronConfiguration conf = createConfiguration("taint", "example18", "example18.sol", false);
169+
perform(conf);
170+
}
165171
}

0 commit comments

Comments
 (0)