fix PythonDataObjectsTest.TestExceptions on windows
authorLawrence D'Anna <lawrence_danna@apple.com>
Tue, 22 Oct 2019 04:00:37 +0000 (04:00 +0000)
committerLawrence D'Anna <lawrence_danna@apple.com>
Tue, 22 Oct 2019 04:00:37 +0000 (04:00 +0000)
commitd602e0d0cab270761553c79d2e42b8ac6b756157
tree3f5a6df352fa59f1ad063cce1baf7ff2cd1ee127
parent04edd1893c2d0f35880fd5f81e78dc23979df0b9
fix PythonDataObjectsTest.TestExceptions on windows

Looks like on windows googlemock regexes treat newlines differently
from on darwin.    This patch fixes the regex in this test so it
will work on both.

Fixes: https://reviews.llvm.org/D69214
llvm-svn: 375477
lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp