Skip to content

Commit

Permalink
[GR-41919] Prepare for JUnit upgrade.
Browse files Browse the repository at this point in the history
PullRequest: graal/17974
  • Loading branch information
jchalou committed Jun 11, 2024
2 parents 18b07ad + 27740a6 commit 14bae03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ protected void validateTestMethods(List<Throwable> errors) {
* @since 0.27
*/
@Override
@SuppressWarnings("deprecation")
protected TestClass createTestClass(Class<?> testClass) {
return new TruffleTestClass(testClass);
}
Expand Down Expand Up @@ -382,6 +383,7 @@ protected final void validateTestMethods(List<Throwable> errors) {
* @since 0.27
*/
@Override
@SuppressWarnings("deprecation")
protected final TestClass createTestClass(Class<?> testClass) {
return new TruffleTestClass(testClass);
}
Expand Down

0 comments on commit 14bae03

Please sign in to comment.