Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void basicNeg() {
}

@Test
@Arguments({Argument.NUMBER_42})
@Arguments(values = {Argument.NUMBER_42})
// Null check, loop entrance check, array lower/upper bound check
@IR(counts = {IRNode.IF, "4"})
public void basicLimit(int limit) {
Expand All @@ -94,4 +94,3 @@ public void basicLimit(int limit) {
}
}