[NativePDB] Fix local-variables.cpp test.
authorZachary Turner <zturner@google.com>
Fri, 14 Dec 2018 18:43:42 +0000 (18:43 +0000)
committerZachary Turner <zturner@google.com>
Fri, 14 Dec 2018 18:43:42 +0000 (18:43 +0000)
commit298e26815574746c4bcb06215b4c6b15e007cf6b
tree47a5e5ad72032932fe1b52719868f721a6369e12
parentec29eac5dd2d7d4dbcc4681ce14ba23457b3f0c7
[NativePDB] Fix local-variables.cpp test.

Since we're actually running an executable on the host now, different
versions of Windows could load different system libraries, so we need
to regex out the number of loaded modules.

llvm-svn: 349175
lldb/lit/SymbolFile/NativePDB/local-variables.cpp