diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/ThreadedTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/ThreadedTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/ThreadedTest.cpp b/llvm/lib/Fuzzer/test/ThreadedTest.cpp index 7aa114a41f3..09137a9a70c 100644 --- a/llvm/lib/Fuzzer/test/ThreadedTest.cpp +++ b/llvm/lib/Fuzzer/test/ThreadedTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // Threaded test for a fuzzer. The fuzzer should not crash. #include <assert.h> #include <cstdint> |