aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>2005-05-06 17:04:16 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-05-06 17:04:16 +0000
commit2b04082193a548edcf6c67ec1028e88d1dccfda8 (patch)
treeeae08e3cd451d7bdd8b7378a996c15da81919043 /gcc
parent34f4edf8ec4218248d3392351988b79260693f23 (diff)
downloadgcc-2b04082193a548edcf6c67ec1028e88d1dccfda8.zip
gcc-2b04082193a548edcf6c67ec1028e88d1dccfda8.tar.gz
gcc-2b04082193a548edcf6c67ec1028e88d1dccfda8.tar.bz2
Revert accidental commit
From-SVN: r99326
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/lib/scanasm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp
index 1e11218..33c574a 100644
--- a/gcc/testsuite/lib/scanasm.exp
+++ b/gcc/testsuite/lib/scanasm.exp
@@ -118,7 +118,7 @@ proc scan-not-hidden { args } {
set output_file "[file rootname [file tail $testcase]].s"
set symbol [lindex $args 0]
- set hidden_scan [hidden-scan-for $symbol]
+ set hidden_scan [hidden-scan-for symbol]
set args [lreplace $args 0 0 "$hidden_scan"]