Commit 2b040821 by Mark Mitchell

Revert accidental commit

From-SVN: r99326
parent 34f4edf8
...@@ -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