OSDN Git Service

[libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests
[android-x86/external-llvm.git] / lib / Fuzzer / test / ulimit.test
1 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
2 RUN: ulimit -s 1000
3 RUN: not %t-SimpleTest