[lldb][ARM] Invert emulation test assert message
authorDavid Spickett <david.spickett@linaro.org>
Fri, 22 Jul 2022 09:33:43 +0000 (09:33 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Fri, 22 Jul 2022 09:35:30 +0000 (09:35 +0000)
commit1ac12a517767c0108a6859b723bc1351d8ba2157
tree2a5bd6558c6b9bdbae5875dd4ec724514c722e93
parent251b5b864183e868ffc86522e320f91ab3c5a771
[lldb][ARM] Invert emulation test assert message

Previously you got:
AssertionError: False is not True : Emulation test succeeded.

Which is a bit of a head scratcher. The message is used when
the test fails, not when it succeeds.
lldb/test/API/arm/emulation/TestEmulations.py