summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-05 07:15:21 +0000
committerChris Lattner <sabre@nondot.org>2004-12-05 07:15:21 +0000
commit2969ba4ab3c633fb0dcd9f1b82da841e14340fec (patch)
treec211ae7b09058f1426ecf66c42dacb1f1718dbf4 /test
parent6d316f85ba97b38292820159d718504d19ad9edb (diff)
downloadllvm-2969ba4ab3c633fb0dcd9f1b82da841e14340fec.tar.gz
llvm-2969ba4ab3c633fb0dcd9f1b82da841e14340fec.tar.bz2
llvm-2969ba4ab3c633fb0dcd9f1b82da841e14340fec.tar.xz
Make this test actually capable of passing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18536 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
index dc6fc8e72d..34c2d03b4b 100644
--- a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
+++ b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as -f %s -o %t.bc
-; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G'
+; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .*Function: F'
%.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1]
%.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1]