OSDN Git Service

* lib/scanasm.exp (scan-not-hidden): Fix typo.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 May 2006 21:49:35 +0000 (21:49 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 May 2006 21:49:35 +0000 (21:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113714 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/scanasm.exp

index 434baf5..8ef9826 100644 (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
index 932977b..a8d4bc9 100644 (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"]