diff options
author | Kostya Serebryany <kcc@google.com> | 2017-08-04 20:47:22 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-08-04 20:47:22 +0000 |
commit | 64426e3ba83b4dba8d802fb4e97643d17f556655 (patch) | |
tree | 30629410db5181456647e0ffb4211dc1c7da6288 /llvm/lib/Fuzzer/test | |
parent | 299bebfbc3b93dfa36484070f874c09057ae95f9 (diff) | |
download | bcm5719-llvm-64426e3ba83b4dba8d802fb4e97643d17f556655.tar.gz bcm5719-llvm-64426e3ba83b4dba8d802fb4e97643d17f556655.zip |
[libFuzzer] re-enable fuzzer-printcovpcs.test
llvm-svn: 310126
Diffstat (limited to 'llvm/lib/Fuzzer/test')
-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 e081dac0800..e55ce14aa72 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test +++ b/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test @@ -1,5 +1,5 @@ RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest -DISABLED: not %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS +RUN: not %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS PCS-NOT: NEW_PC PCS:INITED PCS:NEW_PC: {{0x[a-f0-9]+}} |