Skip to content

Commit

Permalink
Merge pull request #20583 from hangshao0/valueObject
Browse files Browse the repository at this point in the history
Update getModifiers() test for syntheticClass
  • Loading branch information
llxia authored Nov 12, 2024
2 parents dd2261e + f572064 commit 8f782c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ public void test_getModifiers_classTypes() {
0x0000 | IDENTITY, // (Identity)
0x0410, // static
0x0400 | IDENTITY, // abstract (Identity)
0x1001 | IDENTITY, // public synthetic (Identity)
0x1001, // public synthetic
0x2608, // static abstract interface annotation
0x4018 | IDENTITY, // static final enum (Identity)
};
Expand Down

0 comments on commit 8f782c3

Please sign in to comment.