[lldb/test] Fix TestPlatform*.py Windows failures (NFC)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Wed, 2 Sep 2020 19:31:09 +0000 (21:31 +0200)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Wed, 2 Sep 2020 19:41:35 +0000 (21:41 +0200)
commit0e86f390457a2b4dd1f2d1770db912963a36f240
treee753c0044bc4943fa9f8e5f30f0fb1fe658548f2
parent6f0a3711bc15f8b50ad56d64eee70d9ba62f70c6
[lldb/test] Fix TestPlatform*.py Windows failures (NFC)

This patch fixes the windows failures introduced by `addb514`:
http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/18671/steps/test/logs/stdio

This macro, used in the test to check the platform, was missing a `_`,
making the test behave like it was run from a UNIX platform.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/test/API/commands/platform/basic/myshell.c