* lib/scanasm.exp (scan-not-hidden): Fix typo.
From-SVN: r113714
This commit is contained in:
parent
e983d070ff
commit
a33259d0bd
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue