diff options
Diffstat (limited to 'test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll')
-rw-r--r-- | test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll index 2f96f569bc..1cf072910a 100644 --- a/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll +++ b/test/Transforms/RaiseAllocations/FreeCastConstantExpr.ll @@ -1,6 +1,6 @@ ; This situation can occur due to the funcresolve pass. ; -; RUN: opt %s -raiseallocs -S | not grep call +; RUN: opt < %s -raiseallocs -S | not grep call declare void @free(i8*) |