summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-01-14 02:36:44 +0000
committerKostya Serebryany <kcc@google.com>2016-01-14 02:36:44 +0000
commit4b35874b2a9e8efc8e3123726bc611030d382ecf (patch)
tree3c130f1077fc9aa46e9a59eb6a0c8846f4535303 /llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
parentdfc77357a0eb17412e284b4d0bad37bbf2c39c2e (diff)
downloadbcm5719-llvm-4b35874b2a9e8efc8e3123726bc611030d382ecf.tar.gz
bcm5719-llvm-4b35874b2a9e8efc8e3123726bc611030d382ecf.zip
[libFuzzer] suggest a dictionary to the user of some of the trace-based dictionary entries were successful
llvm-svn: 257736
Diffstat (limited to 'llvm/lib/Fuzzer/test/FuzzerUnittest.cpp')
-rw-r--r--llvm/lib/Fuzzer/test/FuzzerUnittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/FuzzerUnittest.cpp b/llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
index b33e0c96145..b09f232bd0d 100644
--- a/llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
+++ b/llvm/lib/Fuzzer/test/FuzzerUnittest.cpp
@@ -302,7 +302,7 @@ void TestAddWordFromDictionaryWithHint(Mutator M, int NumIter) {
TEST(FuzzerMutate, AddWordFromDictionaryWithHint1) {
TestAddWordFromDictionaryWithHint(
- &MutationDispatcher::Mutate_AddWordFromAutoDictionary, 1 << 5);
+ &MutationDispatcher::Mutate_AddWordFromTemporaryAutoDictionary, 1 << 5);
}
TEST(FuzzerMutate, AddWordFromDictionaryWithHint2) {
OpenPOWER on IntegriCloud