diff options
Diffstat (limited to 'gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp')
-rw-r--r-- | gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp b/gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp index a1cd2004722..b9cb2f0270a 100644 --- a/gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp +++ b/gnu/llvm/lib/Fuzzer/test/SimpleDictionaryTest.cpp @@ -1,13 +1,10 @@ -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. - // Simple test for a fuzzer. // The fuzzer must find a string based on dictionary words: // "Elvis" // "Presley" -#include <cstddef> #include <cstdint> #include <cstdlib> +#include <cstddef> #include <cstring> #include <iostream> |