Skip to content

Commit 64f002c

Browse files
committed
Follow-up fixes for aee4925
1 parent 969b72f commit 64f002c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/Shell/SymbolFile/PDB/typedefs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CHECK: SymbolFile pdb ([[MOD]])
1616
CHECK-DAG: name = "char32_t", size = 4, compiler_type = {{.*}} char32_t
1717
CHECK-DAG: name = "char16_t", size = 2, compiler_type = {{.*}} char16_t
1818
CHECK-DAG: Type{{.*}} , name = "unsigned long", size = 4, compiler_type = {{.*}} unsigned long
19-
CHECK-DAG: Type{{.*}} , size = 40, compiler_type = {{.*}} unsigned long [10]
19+
CHECK-DAG: Type{{.*}} , size = 40, compiler_type = {{.*}} unsigned long[10]
2020
CHECK-DAG: Type{{.*}} , name = "ULongArrayTypedef", compiler_type = {{.*}} typedef ULongArrayTypedef
2121

2222
; Note: compiler_type of `long double` is represented by the one for `double`

lldb/test/Shell/SymbolFile/PDB/udt-layout.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/UdtLayoutTest.cpp
33
RUN: %lldb -b -s %S/Inputs/UdtLayoutTest.script -- %t.exe | FileCheck %s
44

55
CHECK:(int) C::abc = 123
6-
CHECK:(List [16]) ls = {
6+
CHECK:(List[16]) ls = {
77
CHECK: [15] = {
88
CHECK: Prev = nullptr
99
CHECK: Next = nullptr

0 commit comments

Comments
 (0)