Skip to content

Commit d59316b

Browse files
committed
Add missing line, fixes checking the test results
1 parent 02dba8a commit d59316b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soot-infoflow-summaries/test/soot/jimple/infoflow/test/methodSummary/junit/BaseSummaryTaintWrapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected void testFlowForMethod(String m) {
5151
}
5252

5353
protected void testFlowForMethod(String m, int count) {
54-
54+
testFlowForMethod(m, count, null);
5555
}
5656

5757
protected void testFlowForMethod(String m, int count, Consumer<InfoflowConfiguration> configCallback) {

0 commit comments

Comments
 (0)