[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / ulimit.test
blob7cf4c0a68866bf579aa70f75be172e20ebb73035
1 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
2 UNSUPPORTED: windows
3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4 RUN: ulimit -s 1000
5 RUN: not %run %t-SimpleTest