Skip to content

Commit b37efed

Browse files
committed
[lldb] Fix PDB/compilands.test for a3939e1
1 parent 59a994e commit b37efed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/PDB/compilands.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ RUN: env LLDB_USE_NATIVE_PDB_READER=0 lldb-test symbols %T/CompilandsTest.cpp.ex
77
; Link default libraries
88

99
CHECK: Module [[CU:.*]]
10-
CHECK: SymbolFile pdb ([[CU]])
10+
CHECK: SymbolFile {{(native-)?}}pdb ([[CU]])
1111
CHECK: {{^[0-9A-F]+}}: CompileUnit{{[{]0x[0-9a-f]+[}]}}, language = "c++", file = '{{.*}}\CompilandsTest.cpp'

0 commit comments

Comments
 (0)