We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2261e + f572064 commit 8f782c3Copy full SHA for 8f782c3
test/functional/Java8andUp/src_110_up/org/openj9/test/java/lang/Test_Class.java
@@ -1023,7 +1023,7 @@ public void test_getModifiers_classTypes() {
1023
0x0000 | IDENTITY, // (Identity)
1024
0x0410, // static
1025
0x0400 | IDENTITY, // abstract (Identity)
1026
- 0x1001 | IDENTITY, // public synthetic (Identity)
+ 0x1001, // public synthetic
1027
0x2608, // static abstract interface annotation
1028
0x4018 | IDENTITY, // static final enum (Identity)
1029
};
0 commit comments