Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shipilev committed Sep 8, 2021
1 parent 3cd95a2 commit 141d818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/jdk/test/lib/Platform.java
Expand Up @@ -364,6 +364,8 @@ private static String variant() {
return "client";
} else if (Platform.isMinimal()) {
return "minimal";
} else if (Platform.isZero()) {
return "zero";
} else {
throw new Error("TESTBUG: unsupported vm variant");
}
Expand Down

0 comments on commit 141d818

Please sign in to comment.