Fix RUN: line to not always pass.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 02:33:25 +0000 (02:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 26 Apr 2005 02:33:25 +0000 (02:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21553 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/2005-04-24-strcat.ll

index a0e7a6c10ee6e518903a998acc210fc8402758cb..992837fc5ccd27fa1500ce48aa8b23a52e4b3394 100644 (file)
@@ -1,5 +1,5 @@
 ; Test that the StrCatOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | grep -v 'call.*strcat'
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*strcat'
 
 declare sbyte* %strcat(sbyte*,sbyte*)
 declare int %puts(sbyte*)