summaryrefslogtreecommitdiff
path: root/test/CodeGen/static-order.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/static-order.c')
-rw-r--r--test/CodeGen/static-order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/static-order.c b/test/CodeGen/static-order.c
index 58aabbebd57e..20277d7b6583 100644
--- a/test/CodeGen/static-order.c
+++ b/test/CodeGen/static-order.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
// CHECK: ModuleID
// CHECK-NOT: zeroinitializer
-// CHECK-LABEL: define i8* @f
+// CHECK-LABEL: define {{.*}}i8* @f
struct s {
int a;