* lib/scanasm.exp (scan-not-hidden): Fix typo.
authorJason Merrill <jason@redhat.com>
Thu, 11 May 2006 21:49:35 +0000 (17:49 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 11 May 2006 21:49:35 +0000 (17:49 -0400)
From-SVN: r113714

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

index 434baf52c573f47e9d4477b6c995e00535d838e4..8ef98268347a75fd761945ab6b717daa16dfc7dd 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 932977be95e21fc40d18ac747ea9ef96dbad87f3..a8d4bc9f98dcb975f70211e061db4f0a368312ba 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"]