aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PR3613-static-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PR3613-static-decl.c')
-rw-r--r--test/CodeGen/PR3613-static-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PR3613-static-decl.c b/test/CodeGen/PR3613-static-decl.c
index 365b9b2be05e..208358130000 100644
--- a/test/CodeGen/PR3613-static-decl.c
+++ b/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 .struct.s0 <{ i32 3 }>' %t | count 1
+// RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1
struct s0 {
int a;