diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-12-05 07:15:21 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-12-05 07:15:21 +0000 |
| commit | cc6d1928d22416e21e2af6738afbc2992ae8c7b1 (patch) | |
| tree | 232195caf0f33deb02cda0f12977e9ac7304f917 /llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | |
| parent | 1a0117f6413e6a4112ff5d20668551224a49f636 (diff) | |
| download | bcm5719-llvm-cc6d1928d22416e21e2af6738afbc2992ae8c7b1.tar.gz bcm5719-llvm-cc6d1928d22416e21e2af6738afbc2992ae8c7b1.zip | |
Make this test actually capable of passing.
llvm-svn: 18536
Diffstat (limited to 'llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll')
| -rw-r--r-- | llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll b/llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll index dc6fc8e72df..34c2d03b4bc 100644 --- a/llvm/test/Regression/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll +++ b/llvm/test/Regression/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] |

