blob: b92379460ac3b7dfaa024bf6e59cd99a5c74953a [file] [log] [blame] [edit]
REQUIRES: darwin
UNSUPPORTED: ios
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'