summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/class-layout.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-04-17 21:57:29 +0000
committerAnders Carlsson <andersca@mac.com>2011-04-17 21:57:29 +0000
commitf54d81f516ee01467ab0ed54b5031e552c857ff7 (patch)
tree051b376932c2173fa0f83f94e3b53e440e3ad8be /test/CodeGenCXX/class-layout.cpp
parenteb9d81dff99d4996f41c93ce71b08aaf753cbae8 (diff)
Use the right type name.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/class-layout.cpp')
-rw-r--r--test/CodeGenCXX/class-layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/class-layout.cpp b/test/CodeGenCXX/class-layout.cpp
index 672ce03f30..96fbae8970 100644
--- a/test/CodeGenCXX/class-layout.cpp
+++ b/test/CodeGenCXX/class-layout.cpp
@@ -39,7 +39,7 @@ namespace Test5 {
char a;
};
- // CHECK: %"struct.Test4::B" = type { [9 x i8], i8, i8, [5 x i8] }
+ // CHECK: %"struct.Test5::B" = type { [9 x i8], i8, i8, [5 x i8] }
struct B : A {
char b : 1;
char c;