Fix testcase failing because of change of output
[oota-llvm.git] / test / Other / 2003-02-19-LoopInfoNestingBug.ll
index 78338b8e6ffa0e040394793403a150cf69559a7c..d06a5f52256c8a50e40823257a4eb53183539156 100644 (file)
@@ -2,7 +2,7 @@
 ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", 
 ; and instead nests it just inside loop "Top"
 ;
-; RUN: analyze -loops %s | grep '     Loop Containing: label %Inner'
+; RUN: analyze -loops %s | grep '     Loop Containing:[ ]*%Inner'
 ;
 
 implementation