[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:
Emily Shi 2021-06-23 13:47:53 -07:00
parent d5700bb694
commit 05e48eccdd
1 changed files with 0 additions and 2 deletions

View File

@ -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>