Skip to content

Commit 7e4d5e4

Browse files
Closure Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 877828219
1 parent 0206808 commit 7e4d5e4

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3171,7 +3171,6 @@ public void testSimpleExtends() {
31713171
value: "goog.Promise.all"
31723172
}
31733173
""";
3174-
;
31753174
extendingConfiguration =
31763175
"""
31773176
requirement: {
@@ -3198,7 +3197,6 @@ public void testSimpleExtends_withAllowlist() {
31983197
value: "goog.Promise.all"
31993198
}
32003199
""";
3201-
;
32023200
extendingConfiguration =
32033201
"""
32043202
requirement: {
@@ -3226,7 +3224,6 @@ public void testSimpleExtends_withAllowlistRegexp() {
32263224
value: "goog.Promise.all"
32273225
}
32283226
""";
3229-
;
32303227
extendingConfiguration =
32313228
"""
32323229
requirement: {
@@ -3255,7 +3252,6 @@ public void testRequirementHasBothRuleIdAndExtends_reportsInvalidRequirementSpec
32553252
value: "goog.Promise.all"
32563253
}
32573254
""";
3258-
;
32593255
// has both rule_id and extends fields set
32603256
extendingConfiguration =
32613257
"""
@@ -3312,7 +3308,6 @@ public void testMissingBehaviorInLibraryLevelReportingMode() {
33123308
value: "goog.Promise.all"
33133309
}
33143310
""";
3315-
;
33163311
extendingConfiguration =
33173312
"""
33183313
# tries to override the library-level behavior, not allowed
@@ -3348,7 +3343,6 @@ public void testSimpleExtends_allowsOverridingLibraryLevelBehaviorWhenBaseRuleHa
33483343
value: "goog.Promise.all"
33493344
}
33503345
""";
3351-
;
33523346
extendingConfiguration =
33533347
"""
33543348
library_level_non_allowlisted_conformance_violations_behavior: REPORT_AS_BUILD_ERROR
@@ -3378,7 +3372,6 @@ public void testSimpleExtends_appliesLibraryLevelBehaviorThatIsSpecified() {
33783372
value: "goog.Promise.all"
33793373
}
33803374
""";
3381-
;
33823375
extendingConfiguration =
33833376
"""
33843377
library_level_non_allowlisted_conformance_violations_behavior: RECORD_ONLY
@@ -3410,7 +3403,6 @@ public void testSimpleExtends_appliesLibraryLevelBehaviorThatIsSpecified() {
34103403
value: "goog.Promise.all"
34113404
}
34123405
""";
3413-
;
34143406
extendingConfiguration =
34153407
"""
34163408
requirement: {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public void testToDotSimpleName() throws Exception {
8787
@Test
8888
public void testToDotSimpleStringKey() throws Exception {
8989
Node ast = Node.newString(Token.STRING_KEY, "key");
90-
;
9190

9291
String expected =
9392
"""

0 commit comments

Comments
 (0)