[test] Update TestAPILog to pass on Windows.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Sep 2019 22:14:59 +0000 (22:14 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Sep 2019 22:14:59 +0000 (22:14 +0000)
commit61dc038f8de01ce765387fa06d8cd5d9276cf62f
treedc6aec98a27fd238f5085c49ad9232196205ec78
parent8607b93eabacd5d72f8a6df330e1c70425f4e097
[test] Update TestAPILog to pass on Windows.

The pretty function macro is including __cdecl on Windows, which was
causing the pattern matching to fail. This should fix that.

llvm-svn: 371905
lldb/packages/Python/lldbsuite/test/api/log/TestAPILog.py