[all-commits] [llvm/llvm-project] 782ad9: [lldb] Fix that TestNoSuchArch.py was passing for ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Jan 9 03:10:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 782ad91cc423bf602718e2bf9ffc59e55350463f
https://github.com/llvm/llvm-project/commit/782ad91cc423bf602718e2bf9ffc59e55350463f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py
Log Message:
-----------
[lldb] Fix that TestNoSuchArch.py was passing for the wrong reason
The command here failed due to the type in 'create' but the expect
did not actually check for the error message. This fixes the typo
and adds a check for the actuall error message we should see.
More information about the All-commits
mailing list