[lldb] Remove OS-specific string from TestInvalidArgsLog
authorRaphael Isemann <teemperor@gmail.com>
Mon, 17 Aug 2020 09:53:03 +0000 (11:53 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 17 Aug 2020 09:57:43 +0000 (11:57 +0200)
commit6b97fa0bfefea7d9028b899a92bc29ab9b133906
tree483d0f02e6832032b8a8825ea18c7574b798133d
parent24c74f5e8c2cf263dd84292ca5d33ee0890b48dd
[lldb] Remove OS-specific string from TestInvalidArgsLog

This is the error message from the OS, so we shouldn't check against the
OS-specific part of the string.

Fixes the test on Windows which returns a different error message.
lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py