summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/itanium-union-bitfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Layout/itanium-union-bitfield.cpp')
-rw-r--r--clang/test/Layout/itanium-union-bitfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Layout/itanium-union-bitfield.cpp b/clang/test/Layout/itanium-union-bitfield.cpp
index 4b9becdd359..b06fd36071e 100644
--- a/clang/test/Layout/itanium-union-bitfield.cpp
+++ b/clang/test/Layout/itanium-union-bitfield.cpp
@@ -23,7 +23,7 @@ B::B() {}
// CHECK:*** Dumping AST Record Layout
// CHECK-NEXT: 0 | union B
-// CHECK-NEXT: 0 | int f1
+// CHECK-NEXT: 0 | char f1
// CHECK-NEXT: | [sizeof=8, dsize=5, align=4
// CHECK-NEXT: | nvsize=5, nvalign=4]
OpenPOWER on IntegriCloud