Skip to content

Commit

Permalink
Mark test for issue 4972 as fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Jan 12, 2023
1 parent 756986c commit 80cd1c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ void testInnerClassesConstructorParameters() {
assertThat(asClass.getConstructors().iterator().next().getParameters().size(), equalTo(inners.size()));
}

@GitHubIssue(issueNumber = 4972, fixed = false)
@GitHubIssue(issueNumber = 4972, fixed = true)
void parameterNamesAreParsedWhenCompilingWithParametersFlag() throws ClassNotFoundException {
ClassLoader loader = JavacFacade.compileFiles(
Map.of(
Expand Down

0 comments on commit 80cd1c0

Please sign in to comment.