summaryrefslogtreecommitdiffstats
path: root/test/Integration
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-30 23:26:38 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-30 23:26:38 +0000
commitc1f9a996bbccf9a9b635b50afbed6d1262384726 (patch)
tree8b25cdbc3cc369ce7a123fdca32235073010f3e7 /test/Integration
parent23ba1d5f98a378d703596bb18bc7d2386d0ad8ad (diff)
Fix the test fix from r312181
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@312193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Integration')
-rw-r--r--test/Integration/thinlto_profile_sample_accurate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Integration/thinlto_profile_sample_accurate.c b/test/Integration/thinlto_profile_sample_accurate.c
index d209e24d56..ac7274cee2 100644
--- a/test/Integration/thinlto_profile_sample_accurate.c
+++ b/test/Integration/thinlto_profile_sample_accurate.c
@@ -3,7 +3,7 @@
// RUN: llvm-lto -thinlto -o %t %t.o
// RUN: %clang_cc1 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -emit-llvm -o - | FileCheck %s
-// CHECK: define {{.*}} void @foo()
-// CHECK: attributes {{.*}} "profile-sample-accurate"
+// CHECK: define{{.*}} void @foo()
+// CHECK: attributes{{.*}} "profile-sample-accurate"
void foo() {
}