8287338: tools/javac/api/snippets/TestJavaxToolsSnippets.java failing tier1 on all platforms

Reviewed-by: jjg
This commit is contained in:
Pavel Rappo 2022-05-25 19:44:12 +00:00
parent 7156f98e32
commit 3d6d7b7e73

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -64,7 +64,7 @@ public class TestJavaxToolsSnippets extends TestRunner {
SnippetUtils snippets = new SnippetUtils("java.compiler");
ToolBox tb = new ToolBox();
TestJavaxToolsSnippets() {
TestJavaxToolsSnippets() throws SnippetUtils.ConfigurationException {
super(System.err);
}