diff options
author | Kostya Serebryany <kcc@google.com> | 2016-01-14 02:36:44 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-01-14 02:36:44 +0000 |
commit | 4b35874b2a9e8efc8e3123726bc611030d382ecf (patch) | |
tree | 3c130f1077fc9aa46e9a59eb6a0c8846f4535303 /llvm/lib/Fuzzer/test/FuzzerUnittest.cpp | |
parent | dfc77357a0eb17412e284b4d0bad37bbf2c39c2e (diff) | |
download | bcm5719-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.cpp | 2 |
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) { |