Skip to content

Commit 8f782c3

Browse files
authored
Merge pull request #20583 from hangshao0/valueObject
Update getModifiers() test for syntheticClass
2 parents dd2261e + f572064 commit 8f782c3

File tree

1 file changed

+1
-1
lines changed
  • test/functional/Java8andUp/src_110_up/org/openj9/test/java/lang

1 file changed

+1
-1
lines changed

test/functional/Java8andUp/src_110_up/org/openj9/test/java/lang/Test_Class.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ public void test_getModifiers_classTypes() {
10231023
0x0000 | IDENTITY, // (Identity)
10241024
0x0410, // static
10251025
0x0400 | IDENTITY, // abstract (Identity)
1026-
0x1001 | IDENTITY, // public synthetic (Identity)
1026+
0x1001, // public synthetic
10271027
0x2608, // static abstract interface annotation
10281028
0x4018 | IDENTITY, // static final enum (Identity)
10291029
};

0 commit comments

Comments
 (0)