Skip to content

Commit

Permalink
Add missing p to supressed
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601608160
  • Loading branch information
rahul-kamat authored and copybara-github committed Jan 26, 2024
1 parent 47442e2 commit 02a37d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class CheckExtraRequires extends NodeTraversal.AbstractPostOrderCallback
DiagnosticType.disabled(
"JSC_EXTRA_REQUIRE_WARNING", "extra require: ''{0}'' is never referenced in this file");

// TODO(b/130215517): This should eventually be removed and exceptions supressed
// TODO(b/130215517): This should eventually be removed and exceptions suppressed
private static final ImmutableSet<String> DEFAULT_EXTRA_NAMESPACES =
ImmutableSet.of(
"goog.testing.asserts", "goog.testing.jsunit", "goog.testing.JsTdTestCaseAdapter");
Expand Down

0 comments on commit 02a37d2

Please sign in to comment.