Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / ulimit.test
blob223f2ac9bb6e2eb9d4cc0409ddacd3af976bcf6a
1 # FIXME: Disabled on Windows for now because Windows has no ulimit command.
2 UNSUPPORTED: target={{.*windows.*}}
3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4 RUN: ulimit -s 1000
5 RUN: not %run %t-SimpleTest