]> git.proxmox.com Git - rustc.git/blobdiff - src/libcompiler_builtins/compiler-rt/test/asan/TestCases/Posix/stack-overflow.cc
New upstream version 1.25.0+dfsg1
[rustc.git] / src / libcompiler_builtins / compiler-rt / test / asan / TestCases / Posix / stack-overflow.cc
index 8ef161862499234b8581fb2ae6799554d0bac379..d6b062ed3fbf9ac4c3844cc42ca47f39ca107bb9 100644 (file)
@@ -16,6 +16,8 @@
 // RUN: not %run %t 2>&1 | FileCheck %s
 // REQUIRES: stable-runtime
 
+// UNSUPPORTED: ios
+
 #include <assert.h>
 #include <stdlib.h>
 #include <pthread.h>