blob: 324c10d1dc695a9c8722bc77ebc29b5108c28c13 [file] [edit]
REQUIRES: darwin
UNSUPPORTED: darwin-remote
RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
RUN: bash -c '%run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$? \
RUN: %run rm -f big-file.txt big-file-out.txt && exit $result'