[NFC][compiler-rt] Remove iOS xfail for unpoison-alternate-stack
This test was originally xfailed because of a bug on iOS. This has since been fixed, so reenabling the test.
This commit is contained in:
parent
d5700bb694
commit
05e48eccdd
|
|
@ -6,8 +6,6 @@
|
|||
// RUN: %clangxx_asan -std=c++20 -fexceptions -O0 %s -o %t -pthread
|
||||
// RUN: %run %t
|
||||
|
||||
// XFAIL: ios && !iossim
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
|
|
|
|||
Loading…
Reference in New Issue