diff options
author | Duncan Sands <baldrick@free.fr> | 2007-11-28 15:36:27 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-11-28 15:36:27 +0000 |
commit | 7dbb1e45e30ac1dbe218dbfd9c9a035b91f28277 (patch) | |
tree | b710be87d4ba4a6d97b3f44dd5bdc9b7c1016629 /test/ExecutionEngine | |
parent | dd65a73af480b727de6f7ceb925c5f7ea75bdc13 (diff) |
This test somehow got an extra "not" during the
recent stderr updates.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44401 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index 4f20157f39..6b1dc8d2e0 100644 --- a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll +++ b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s -f -o %t.bc -; RUN: not lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F} +; RUN: llvm-as < %s -f -o %t.bc +; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F} @.str_1 = internal constant [7 x i8] c"IN F!\0A\00" ; <[7 x i8]*> [#uses=1] @.str_2 = internal constant [7 x i8] c"IN G!\0A\00" ; <[7 x i8]*> [#uses=1] @Ptrs = internal constant [2 x void (...)*] [ void (...)* bitcast (void ()* @F to void (...)*), void (...)* bitcast (void ()* @G to void (...)*) ] ; <[2 x void (...)*]*> [#uses=1] |