summaryrefslogtreecommitdiff
path: root/tests/flags.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/flags.at')
-rw-r--r--tests/flags.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/flags.at b/tests/flags.at
index f865757d..7eebb365 100644
--- a/tests/flags.at
+++ b/tests/flags.at
@@ -70,7 +70,7 @@ eval "`$LIBTOOL --tag=lt_tag --config | $EGREP '^(wl|archive_cmds)='`"
AT_CHECK([$LIBTOOL --tag=lt_tag --mode=compile $compile -c $source],
[], [ignore], [ignore])
-# Linker flags are prefixed with ${wl} iff they are passed to the
+# Linker flags are prefixed with $wl iff they are passed to the
# compiler driver, instead of directly to the linker.
case $archive_cmds in
*\$LD*\$linker_flags*) maybe_wl= compiler_flags_in_liblink=false ;;