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.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Layout/itanium-union-bitfield.cpp b/clang/test/Layout/itanium-union-bitfield.cpp
index 8c0b351f909..093b0985f4e 100644
--- a/clang/test/Layout/itanium-union-bitfield.cpp
+++ b/clang/test/Layout/itanium-union-bitfield.cpp
@@ -24,6 +24,5 @@ B::B() {}
// CHECK:*** Dumping AST Record Layout
// CHECK-NEXT: 0 | union B
// CHECK-NEXT: 0 | int f1
-// CHECK-NEXT: | [sizeof=16, dsize=9, align=8
-// CHECK-NEXT: | nvsize=9, nvalign=8]
-
+// CHECK-NEXT: | [{{sizeof=16, dsize=9, align=8|sizeof=12, dsize=9, align=4}}
+// CHECK-NEXT: | {{nvsize=9, nvalign=8|nvsize=9, nvalign=4}}]
OpenPOWER on IntegriCloud