summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/PR3613-static-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/PR3613-static-decl.c')
-rw-r--r--clang/test/CodeGen/PR3613-static-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/PR3613-static-decl.c b/clang/test/CodeGen/PR3613-static-decl.c
index 44de0dc0d7d..20835813000 100644
--- a/clang/test/CodeGen/PR3613-static-decl.c
+++ b/clang/test/CodeGen/PR3613-static-decl.c
@@ -1,5 +1,5 @@
// RUN: clang-cc -triple i386-unknown-unknown -emit-llvm -o %t %s &&
-// RUN: grep '@g0 = internal global %. { i32 3 }' %t | count 1
+// RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1
struct s0 {
int a;
OpenPOWER on IntegriCloud