summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/thinlto-emit-llvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/thinlto-emit-llvm.c')
-rw-r--r--clang/test/CodeGen/thinlto-emit-llvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-emit-llvm.c b/clang/test/CodeGen/thinlto-emit-llvm.c
index d89961d5f56..d6ef6650243 100644
--- a/clang/test/CodeGen/thinlto-emit-llvm.c
+++ b/clang/test/CodeGen/thinlto-emit-llvm.c
@@ -5,6 +5,6 @@
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm-bc -o - | llvm-dis -o - | FileCheck %s
-// CHECK: define {{.*}} void @foo()
+// CHECK: define{{.*}} void @foo()
void foo() {
}
OpenPOWER on IntegriCloud