diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp b/llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp index a868084a0ce..415e0b4760c 100644 --- a/llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp +++ b/llvm/lib/Fuzzer/test/FullCoverageSetTest.cpp @@ -1,3 +1,6 @@ +// 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 the string "FUZZER". #include <cstdint> #include <cstdlib> |