summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/PCH/decl-in-prototype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/decl-in-prototype.c b/clang/test/PCH/decl-in-prototype.c
index 6ee4b3d5eb6..a291bf2df83 100644
--- a/clang/test/PCH/decl-in-prototype.c
+++ b/clang/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
OpenPOWER on IntegriCloud