From: Anders Carlsson Date: Sun, 17 Apr 2011 21:57:29 +0000 (+0000) Subject: Use the right type name. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f54d81f516ee01467ab0ed54b5031e552c857ff7;p=clang Use the right type name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129674 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;