* lib/scanasm.exp (scan-not-hidden): Fix typo.

From-SVN: r113714
This commit is contained in:
Jason Merrill 2006-05-11 17:49:35 -04:00 committed by Jason Merrill
parent e983d070ff
commit a33259d0bd
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-05-11 Jason Merrill <jason@redhat.com>
* lib/scanasm.exp (scan-not-hidden): Fix typo.
2006-05-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR fortran/27553

View file

@ -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"]