forked from OSchip/llvm-project
[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:
parent
ac1242bce3
commit
28c6b1e552
|
@ -22,7 +22,6 @@ class ExprCharTestCase(TestBase):
|
|||
|
||||
@expectedFailureAll(
|
||||
archs=[
|
||||
"arm",
|
||||
"aarch64",
|
||||
"powerpc64le",
|
||||
"s390x"],
|
||||
|
|
Loading…
Reference in New Issue