test/lit.cfg: Enable the feature 'asserts' to check output of llc -version.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2007-08-06-Unsigned.ll
index 6813b9014d7b8180952b1a042d19495f921f1844..ab96243ef1fdffb139fee1e5c665ebdc7bf16d1f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -scalar-evolution -analyze -disable-output | grep {Loop bb: backedge-taken count is (-1 + (-1 \\* %x) + %y)}
+; RUN: opt < %s -scalar-evolution -analyze | grep {Loop %bb: backedge-taken count is (-1 + (-1 \\* %x) + %y)}
 ; PR1597
 
 define i32 @f(i32 %x, i32 %y) {