diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/ulimit.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/ulimit.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/ulimit.test b/llvm/lib/Fuzzer/test/ulimit.test index a7f17f0c530..1f410ee219c 100644 --- a/llvm/lib/Fuzzer/test/ulimit.test +++ b/llvm/lib/Fuzzer/test/ulimit.test @@ -1,5 +1,3 @@ -REQUIRES: posix - RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-LLVMFuzzer-SimpleTest RUN: ulimit -s 1000 RUN: not %t-LLVMFuzzer-SimpleTest |