aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar John Cater <jcater@google.com>2017-11-21 07:00:01 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-21 07:01:23 -0800
commitb4abf26f7863c00418552ce8d08b7399d0aedda6 (patch)
treedd76220f8f671744a39f4c27e8d685bda264be09 /src/test
parent529e29eba1c6fde1e9091340c1f682ff72083c2b (diff)
Fix duplicate test name.
Change-Id: I0d77f491422c41831b2840fb7256526f273abbd0 PiperOrigin-RevId: 176502405
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/shell/bazel/toolchain_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/shell/bazel/toolchain_test.sh b/src/test/shell/bazel/toolchain_test.sh
index 2e7016e23e..1ec1e9f8b0 100755
--- a/src/test/shell/bazel/toolchain_test.sh
+++ b/src/test/shell/bazel/toolchain_test.sh
@@ -625,7 +625,7 @@ EOF
}
-function test_toolchain_error_invalid_target() {
+function test_platforms_options_error_invalid_target() {
write_test_toolchain
write_test_rule
write_register_toolchain
@@ -639,7 +639,7 @@ use_toolchain(
message = 'this is the rule')
EOF
- # Write and invalid rule to be the platform.
+ # Write an invalid rule to be the platform.
mkdir -p platform
cat >> platform/BUILD <<EOF
filegroup(name = 'not_a_platform')