]> granicus.if.org Git - clang/commitdiff
Use the right type name.
authorAnders Carlsson <andersca@mac.com>
Sun, 17 Apr 2011 21:57:29 +0000 (21:57 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 17 Apr 2011 21:57:29 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129674 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/class-layout.cpp

index 672ce03f309fd2c936d95bff7a19a92b4c327135..96fbae8970e09d8041416503b2d800ca3ae65dba 100644 (file)
@@ -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;