Skip to content

Commit

Permalink
fixup! CachedFlag now has two different ctors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed May 23, 2024
1 parent 5c3d0b7 commit c39c7b2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,14 @@ public void testConstructorsExistAndMatch() throws Exception {
FeatureMap.class,
String.class,
boolean.class));
Assert.assertTrue(
constructorsMatch(
"org/chromium/base/cached_flags/CachedFlag",
"org/chromium/base/cached_flags/BraveCachedFlag",
FeatureMap.class,
String.class,
boolean.class,
boolean.class));

Assert.assertTrue(
constructorsMatch(
Expand Down

0 comments on commit c39c7b2

Please sign in to comment.