[libFuzzer] hot fix a test

llvm-svn: 259732
This commit is contained in:
Kostya Serebryany 2016-02-04 00:12:28 +00:00
parent b92602ada0
commit ce925c580e
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ SINGLE_INPUTS: LLVMFuzzer-SimpleTest: Running 2 inputs.
SINGLE_INPUTS: aaa:
SINGLE_INPUTS: bbb:
RUN: LLVMFuzzer-LeakTest -runs=10 2>&1 | FileCheck %s --check-prefix=LEAK
RUN: not LLVMFuzzer-LeakTest -runs=10 2>&1 | FileCheck %s --check-prefix=LEAK
LEAK: ERROR: LeakSanitizer: detected memory leaks
LEAK-NOT: DEATH: