[X86][AVX10.2-MINMAX][NFC] Remove NE[P] from intrinsic and instruction (#123272)
[llvm-project.git] / compiler-rt / test / fuzzer / big-file-copy.test
blob9565ed4e0bca2b8156249aef76a6ceb238d46c72
1 REQUIRES: darwin
2 UNSUPPORTED: ios
3 RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
4 RUN: %run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$?
5 RUN: %run rm -f big-file.txt big-file-out.txt
6 RUN: (exit $result)