diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-08-26 00:18:16 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-08-26 00:18:16 +0000 |
| commit | 3e5991e540fb48b1e7b8af0c07b7a04ee892112d (patch) | |
| tree | a4cad84f1c557ddce342b89e780cb413321bb69b /llvm/lib/Fuzzer | |
| parent | bbcc9f0462c1b56e0bd6bdd830bd0250ec8ad2d4 (diff) | |
| download | bcm5719-llvm-3e5991e540fb48b1e7b8af0c07b7a04ee892112d.tar.gz bcm5719-llvm-3e5991e540fb48b1e7b8af0c07b7a04ee892112d.zip | |
[libFuzzer] simplify a test to make it pass on the bot
llvm-svn: 279796
Diffstat (limited to 'llvm/lib/Fuzzer')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test b/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test index bcc1c4d780b..a1ef2b7c848 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test +++ b/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test @@ -1,7 +1,7 @@ RUN: LLVMFuzzer-SimpleTest -print_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS PCS-NOT: NEW_PC PCS:INITED -PCS:NEW_PC: {{0x[a-f0-9]+}} in LLVMFuzzerTestOneInput {{.*}}SimpleTest.cpp +PCS:NEW_PC: {{0x[a-f0-9]+}} PCS:NEW PCS:BINGO |

