summaryrefslogtreecommitdiffstats
path: root/test/PCH
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/decl-in-prototype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/decl-in-prototype.c b/test/PCH/decl-in-prototype.c
index 6ee4b3d5eb..a291bf2df8 100644
--- a/test/PCH/decl-in-prototype.c
+++ b/test/PCH/decl-in-prototype.c
@@ -8,7 +8,7 @@
// RUN: %clang_cc1 -emit-pch -o %t %s
// RUN: %clang_cc1 -include-pch %t -emit-llvm -o - %s | FileCheck %s
-// CHECK-LABEL: define i32 @main()
+// CHECK-LABEL: define {{.*}}i32 @main()
// CHECK: ret i32 1
#ifndef HEADER