Skip to content

Commit 9dc788d

Browse files
committed
use 'smoke test' terminology
1 parent 8bd3f4e commit 9dc788d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package(default_visibility = ["//visibility:public"])
99

1010
exports_files(["libc_test_rules.bzl"])
1111

12-
# Sanity check that libc_release_library macro works as intended.
12+
# Smoke test verifying libc_release_library macro functionality.
1313
libc_release_library(
1414
name = "libc_release_test",
1515
libc_functions = [
@@ -22,6 +22,6 @@ libc_release_library(
2222
)
2323

2424
build_test(
25-
name = "libc_release_test_build",
25+
name = "libc_release_build_test",
2626
targets = [":libc_release_test"],
2727
)

0 commit comments

Comments
 (0)