Skip to content

Commit 8434279

Browse files
Merge pull request #4259 from CamWass:cam/remove-dupe-test
PiperOrigin-RevId: 804438443
2 parents c0ae6b5 + 3524dcf commit 8434279

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ public void testExprExploitationTypes() {
3333
test("a = -Infinity; b = -Infinity", "b = a = -Infinity");
3434
}
3535

36-
@Test
37-
public void testExprExploitationTypes2() {
38-
test("a = !0; b = !0", "b = a = !0");
39-
}
40-
4136
@Test
4237
public void nullishCoalesce() {
4338
test("a = null; a ?? b;", "(a = null)??b");

0 commit comments

Comments
 (0)