[libFuzzer] fix a test (and hopefully, the bot)

llvm-svn: 317749
This commit is contained in:
Kostya Serebryany 2017-11-09 01:45:59 +00:00
parent 93e27d2ecc
commit 8a94f220aa
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ MAX_LEN: MERGE-OUTER: 3 new files
# Check that we respect -merge_control_file=FILE
RUN: rm %tmp/T1/*
RUN: cp %tmp/T0/* %tmp/T1/
RUN: rm %tmp/MCF
RUN: rm -f %tmp/MCF
RUN: %t-FullCoverageSetTest -merge=1 -merge_control_file=%tmp/MCF %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=MCF
RUN: grep STARTED %tmp/MCF
RUN: grep DONE %tmp/MCF