diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel index fcfc0ff9fda162..764c845435611b 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel @@ -8,7 +8,7 @@ load("//libc/test/src/math:libc_math_test_rules.bzl", "math_mpfr_test") package(default_visibility = ["//visibility:public"]) -exports_files(["libc_math_mpfr_test_rules.bzl"]) +exports_files(["libc_math_test_rules.bzl"]) licenses(["notice"])