diff --git a/third_party/closure/compiler/closure_js_check_test.bzl b/third_party/closure/compiler/closure_js_check_test.bzl index 05ea6ae44..8b43e5786 100644 --- a/third_party/closure/compiler/closure_js_check_test.bzl +++ b/third_party/closure/compiler/closure_js_check_test.bzl @@ -31,7 +31,7 @@ def _impl(ctx): srcs, externs = collect_js_srcs(ctx) args = [ "third_party/closure/compiler/compiler", - "--checks-only", + "--checks_only", "--language_in=%s" % determine_js_language(ctx), "--compilation_level=" + ctx.attr.compilation_level, "--warning_level=VERBOSE",