[all-commits] [llvm/llvm-project] 6b97fa: [lldb] Remove OS-specific string from TestInvalidA...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Aug 17 02:58:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b97fa0bfefea7d9028b899a92bc29ab9b133906
https://github.com/llvm/llvm-project/commit/6b97fa0bfefea7d9028b899a92bc29ab9b133906
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M lldb/test/API/commands/log/invalid-args/TestInvalidArgsLog.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list