Skip to content

Commit 33f1235

Browse files
committed
[libc][bazel] fix accidental rename
for 2773719
1 parent dfd7284 commit 33f1235

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ load("//libc/test/src/math:libc_math_test_rules.bzl", "math_mpfr_test")
88

99
package(default_visibility = ["//visibility:public"])
1010

11-
exports_files(["libc_math_mpfr_test_rules.bzl"])
11+
exports_files(["libc_math_test_rules.bzl"])
1212

1313
licenses(["notice"])
1414

0 commit comments

Comments
 (0)