Skip to content

Commit 8b43968

Browse files
committed
data_size -> dataSize in Clang test
1 parent 2223b9a commit 8b43968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/DebugInfo/Generic/bit-int.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
unsigned _BitInt(17) a;
55
_BitInt(2) b;
66

7-
// CHECK: !DIBasicType(name: "_BitInt", size: 8, data_size: 2, encoding: DW_ATE_signed)
8-
// CHECK: !DIBasicType(name: "unsigned _BitInt", size: 32, data_size: 17, encoding: DW_ATE_unsigned)
7+
// CHECK: !DIBasicType(name: "_BitInt", size: 8, dataSize: 2, encoding: DW_ATE_signed)
8+
// CHECK: !DIBasicType(name: "unsigned _BitInt", size: 32, dataSize: 17, encoding: DW_ATE_unsigned)

0 commit comments

Comments
 (0)