diff options
author | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:37:08 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:37:08 +0000 |
commit | 5d95f2782d1ac2eeb7bd3fb8a6a9c0fe9340437c (patch) | |
tree | 5b7eb39798e91a34736b39541872aec2db6b7246 /compiler-rt/test/fuzzer/inline-8bit-counters.test | |
parent | d80e821646a15eeb72395f13a321c6b5df79e015 (diff) | |
download | bcm5719-llvm-5d95f2782d1ac2eeb7bd3fb8a6a9c0fe9340437c.tar.gz bcm5719-llvm-5d95f2782d1ac2eeb7bd3fb8a6a9c0fe9340437c.zip |
[libFuzzer] simplify tests, remove one redundant test; NFC
llvm-svn: 332037
Diffstat (limited to 'compiler-rt/test/fuzzer/inline-8bit-counters.test')
-rw-r--r-- | compiler-rt/test/fuzzer/inline-8bit-counters.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/test/fuzzer/inline-8bit-counters.test b/compiler-rt/test/fuzzer/inline-8bit-counters.test deleted file mode 100644 index 76ae1f537f7..00000000000 --- a/compiler-rt/test/fuzzer/inline-8bit-counters.test +++ /dev/null @@ -1,4 +0,0 @@ -RUN: %cpp_compiler %S/SimpleTest.cpp -fno-sanitize-coverage=trace-pc-guard -fsanitize-coverage=inline-8bit-counters -o %t-SimpleTest-Inline8bitCounters -CHECK: INFO: Loaded 1 modules ({{.*}} inline 8-bit counters) -CHECK: BINGO -RUN: not %t-SimpleTest-Inline8bitCounters -runs=1000000 -seed=1 2>&1 | FileCheck %s |