Skip to content

Commit bf49539

Browse files
Closure Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 875473639
1 parent 9d05aac commit bf49539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/com/google/javascript/jscomp/parsing/ParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,6 @@ public void testInlineNonJSDocTrailingComments_ParamList() {
19481948
Node yNode = xNode.getNext();
19491949

19501950
assertThat(xNode.getTrailingNonJSDocCommentString()).contains("/* first */");
1951-
;
19521951
assertThat(yNode.getNonJSDocCommentString()).isEmpty();
19531952
}
19541953

0 commit comments

Comments
 (0)