<div class="gmail_quote">On Sat, Jun 18, 2011 at 3:28 AM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@hanshq.net">hans@hanshq.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":5rv">Modified: llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll?rev=133344&r1=133343&r2=133344&view=diff" target="_blank" class="cremed">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll?rev=133344&r1=133343&r2=133344&view=diff</a><br>

==============================================================================<br>
--- llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll (original)<br>
+++ llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll Sat Jun 18 05:28:47 2011<br>
@@ -1,5 +1,5 @@<br>
 ; RUN: opt < %s -simplifycfg -S | \<br>
-; RUN:   grep switch | count 1<br>
+; RUN:   not grep " switch"<br></div></blockquote><div><br></div><div>For future reference, if you're touching a test like this, converting it to FileCheck would be nice. No need to bother here, I just keep hoping we'll not need 'grep' based test cases at some point in the future. =]</div>
</div>