Skip to content

Commit 8fed735

Browse files
Closure Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 877762786
1 parent d0a3a3c commit 8fed735

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/com/google/javascript/jscomp/J2clEqualitySameRewriterPassTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public class J2clEqualitySameRewriterPassTest extends CompilerTestCase {
2828
String.m_equals__java_lang_String__java_lang_Object__boolean =
2929
function(opt_a, opt_b) {};
3030
""";
31-
;
3231

3332
private static boolean useTypes;
3433

test/com/google/javascript/jscomp/JSChunkGraphTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ public void testStrongFileCannotExistInWeakChunk() {
184184
() ->
185185
new JSChunkGraph(
186186
new JSChunk[] {chunkA, chunkB, chunkC, chunkD, chunkE, chunkF, weakChunk}));
187-
;
188187
assertThat(e).hasMessageThat().contains("Found these strong sources in the weak chunk:\n a");
189188
}
190189

test/com/google/javascript/jscomp/PeepholeFoldConstantsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ public void testFoldNullishCoalesce() {
718718
testSame("a = x ?? true ? b : c");
719719

720720
testSame("x = foo() ?? true ?? bar()");
721-
;
722721
test("x = foo() ?? (true && bar())", "x = foo() ?? bar()");
723722
testSame("x = (foo() || false) ?? bar()");
724723

0 commit comments

Comments
 (0)