From: Jason Merrill Date: Thu, 11 May 2006 21:49:35 +0000 (-0400) Subject: * lib/scanasm.exp (scan-not-hidden): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a33259d0bde156d499ac44731c994b7abe8363ad;p=gcc.git * lib/scanasm.exp (scan-not-hidden): Fix typo. From-SVN: r113714 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 434baf52c57..8ef98268347 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-05-11 Jason Merrill + + * lib/scanasm.exp (scan-not-hidden): Fix typo. + 2006-05-11 Francois-Xavier Coudert PR fortran/27553 diff --git a/gcc/testsuite/lib/scanasm.exp b/gcc/testsuite/lib/scanasm.exp index 932977be95e..a8d4bc9f98d 100644 --- a/gcc/testsuite/lib/scanasm.exp +++ b/gcc/testsuite/lib/scanasm.exp @@ -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"]