aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/bytecode/ClassWriterTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'javatests/com/google/turbine/bytecode/ClassWriterTest.java')
-rw-r--r--javatests/com/google/turbine/bytecode/ClassWriterTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/javatests/com/google/turbine/bytecode/ClassWriterTest.java b/javatests/com/google/turbine/bytecode/ClassWriterTest.java
index 4ca5e36..a6f9234 100644
--- a/javatests/com/google/turbine/bytecode/ClassWriterTest.java
+++ b/javatests/com/google/turbine/bytecode/ClassWriterTest.java
@@ -186,6 +186,7 @@ public class ClassWriterTest {
/* signature= */ null,
/* superClass= */ "java/lang/Record",
/* interfaces= */ ImmutableList.of(),
+ /* permits= */ ImmutableList.of(),
/* methods= */ ImmutableList.of(),
/* fields= */ ImmutableList.of(),
/* annotations= */ ImmutableList.of(),
@@ -240,6 +241,7 @@ public class ClassWriterTest {
/* signature= */ null,
/* superClass= */ null,
/* interfaces= */ ImmutableList.of(),
+ /* permits= */ ImmutableList.of(),
/* methods= */ ImmutableList.of(),
/* fields= */ ImmutableList.of(),
/* annotations= */ ImmutableList.of(),