Skip to content

Commit

Permalink
Fixed another error in the test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaars committed Sep 19, 2019
1 parent fa0609c commit 67f9666
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ void testInvalidArgumentNumber() throws IOException {
Assertions.assertThrows(UnsolvedSymbolException.class, () -> unit.accept(new VoidVisitorAdapter<Object>() {
@Override
public void visit(ObjectCreationExpr exp, Object arg) {
super.visit(exp, arg);
exp.resolve().getSignature();
}
}, null));
Expand Down

0 comments on commit 67f9666

Please sign in to comment.