diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/simple.test')
| -rw-r--r-- | compiler-rt/test/fuzzer/simple.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/simple.test b/compiler-rt/test/fuzzer/simple.test index 8fbdf256882..054afdb85cb 100644 --- a/compiler-rt/test/fuzzer/simple.test +++ b/compiler-rt/test/fuzzer/simple.test @@ -2,7 +2,6 @@ CHECK: BINGO RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s -RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s # only_ascii mode. Will perform some minimal self-validation. RUN: not %run %t-SimpleTest -only_ascii=1 2>&1 |

