Files
clang-p2996/lldb/test/Shell/SymbolFile
Zequan Wu 7911fb1a25 [lldb][test] Fix the flaky test dwp-foreign-type-units.cpp. (#98237)
Use `--match-full-lines` with FileCheck. Otherwise, the checks for `int`
and `unsigned int` will match to the fields inside two `CustomType`s and
FileCheck will start scanning from there, causing string not found
error.
2024-07-10 09:40:48 +01:00
..