summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/ExecutionEngine/OrcLazy/hello.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/hello.ll b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
index c3cf0f346a1..86d9a9a4b31 100644
--- a/llvm/test/ExecutionEngine/OrcLazy/hello.ll
+++ b/llvm/test/ExecutionEngine/OrcLazy/hello.ll
@@ -1,7 +1,7 @@
; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s
;
; CHECK: Hello
-; CHECK: [ {{.*}}main ]
+; CHECK: [ {{.*}}main{{.*}} ]
; CHECK: Goodbye
%class.Foo = type { i8 }
OpenPOWER on IntegriCloud