r220272 - Test case B: fixed check rule
Evgeny Astigeevich
evgeny.astigeevich at arm.com
Tue Oct 21 01:16:42 PDT 2014
Author: eastig
Date: Tue Oct 21 03:16:42 2014
New Revision: 220272
URL: http://llvm.org/viewvc/llvm-project?rev=220272&view=rev
Log:
Test case B: fixed check rule
Modified:
cfe/trunk/test/Layout/itanium-union-bitfield.cpp
Modified: cfe/trunk/test/Layout/itanium-union-bitfield.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Layout/itanium-union-bitfield.cpp?rev=220272&r1=220271&r2=220272&view=diff
==============================================================================
--- cfe/trunk/test/Layout/itanium-union-bitfield.cpp (original)
+++ cfe/trunk/test/Layout/itanium-union-bitfield.cpp Tue Oct 21 03:16:42 2014
@@ -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]
More information about the cfe-commits
mailing list