diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp b/llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp index f9432efea3a..d30c98b250e 100644 --- a/llvm/lib/Fuzzer/test/SimpleFnAdapterTest.cpp +++ b/llvm/lib/Fuzzer/test/SimpleFnAdapterTest.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 Fn adapter. The fuzzer has to find two non-empty // vectors with the same content. |