Skip to content

Commit

Permalink
update the package name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tabjy committed Mar 17, 2024
1 parent 3596452 commit 8260695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hotspot/jtreg/compiler/c2/irTests/TestBoolNodeGvn.java
Expand Up @@ -21,7 +21,7 @@
* questions.
*/

package compiler.c2;
package compiler.c2.irTests;

import compiler.lib.ir_framework.Argument;
import compiler.lib.ir_framework.Arguments;
Expand All @@ -36,7 +36,7 @@
* @bug 8327381
* @summary Refactor boolean node tautology transformations
* @library /test/lib /
* @run driver compiler.c2.TestBoolNodeGvn
* @run driver compiler.c2.irTests.TestBoolNodeGvn
*/
public class TestBoolNodeGvn {
public static void main(String[] args) {
Expand Down

0 comments on commit 8260695

Please sign in to comment.