Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."

This reverts commit r300127.

r300759 implemented StopTheWorld for Darwin, so the test passes again.

llvm-svn: 300801
This commit is contained in:
Ahmed Bougacha 2017-04-20 00:16:13 +00:00
parent f60f61d0b3
commit db2c16aebb
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
XFAIL: darwin
RUN: not LLVMFuzzer-OutOfMemoryTest -rss_limit_mb=300 2>&1 | FileCheck %s
CHECK: ERROR: libFuzzer: out-of-memory (used: {{.*}}; limit: 300Mb)