summaryrefslogtreecommitdiff
path: root/t/silentcxx-gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silentcxx-gcc.sh')
-rwxr-xr-xt/silentcxx-gcc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/silentcxx-gcc.sh b/t/silentcxx-gcc.sh
index 462afd7a3..1907e21d0 100755
--- a/t/silentcxx-gcc.sh
+++ b/t/silentcxx-gcc.sh
@@ -16,7 +16,7 @@
# Check silent-rules mode for C++.
# This test requires the GNU C++ compiler; keep it in sync with sister
-# test 'silentcxx.test', which should work with generic compilers.
+# test 'silentcxx.sh', which should work with generic compilers.
required=g++
. ./defs || exit 1
@@ -69,7 +69,7 @@ $FGREP am_cv_CXX_dependencies_compiler_type configure
# Force gcc ("fast") depmode.
# This apparently useless "for" loop is here to simplify the syncing
-# with sister test 'silentcxx.test'.
+# with sister test 'silentcxx.sh'.
for config_args in \
am_cv_CXX_dependencies_compiler_type=gcc
do