Commit a33259d0 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r113714
parent e983d070
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> 2006-05-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR fortran/27553 PR fortran/27553
...@@ -118,7 +118,7 @@ proc scan-not-hidden { args } { ...@@ -118,7 +118,7 @@ proc scan-not-hidden { args } {
set output_file "[file rootname [file tail $testcase]].s" set output_file "[file rootname [file tail $testcase]].s"
set symbol [lindex $args 0] 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"] set args [lreplace $args 0 0 "$hidden_scan"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment