[lldb] Re-enable TestExprsChar on arm64

This test passes on arm64 (Apple Silicon). I assume that "aarch64" still
ensures this gets skipped on Linux. I don't have access to such and
environment so I'll have to rely on the bot complaining.
This commit is contained in:
Jonas Devlieghere 2021-02-05 15:19:27 -08:00
parent ac1242bce3
commit 28c6b1e552
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ class ExprCharTestCase(TestBase):
@expectedFailureAll(
archs=[
"arm",
"aarch64",
"powerpc64le",
"s390x"],