diff options
Diffstat (limited to 'test/CodeGenCXX/pr18962.cpp')
| -rw-r--r-- | test/CodeGenCXX/pr18962.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/pr18962.cpp b/test/CodeGenCXX/pr18962.cpp index ab537b4928e3..9e6ef169cd10 100644 --- a/test/CodeGenCXX/pr18962.cpp +++ b/test/CodeGenCXX/pr18962.cpp @@ -26,7 +26,7 @@ fn2(C *) { // We end up using an opaque type for 'append' to avoid circular references. // CHECK: %class.A = type { {}* } -// CHECK: %class.C = type { %class.D*, %class.B } +// CHECK: %class.C = type <{ %class.D*, %class.B, [3 x i8] }> // CHECK: %class.D = type { %class.C.base, [3 x i8] } // CHECK: %class.C.base = type <{ %class.D*, %class.B }> // CHECK: %class.B = type { i8 } |
