blob: 766c90d5bdced10092ab406844f1d4250a09f72a [file] [log] [blame]
REQUIRES: darwin
UNSUPPORTED: tvos || watchos
RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
RUN: %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
RUN: (exit $result)