From f54d81f516ee01467ab0ed54b5031e552c857ff7 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sun, 17 Apr 2011 21:57:29 +0000 Subject: [PATCH] Use the right type name. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129674 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/class-layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1