From bb622c880235e588f8ec78c8cfd67c1b4525e326 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Sun, 5 Dec 2004 01:50:32 +0000 Subject: Match codegen string better git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18514 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ExecutionEngine') diff --git a/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index 318f60b712..9152f67e6a 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 'G()' +; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .* G' target endian = little target pointersize = 32 -- cgit v1.2.3