diff options
Diffstat (limited to 'lib/Fuzzer/test/ThreadedTest.cpp')
-rw-r--r-- | lib/Fuzzer/test/ThreadedTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Fuzzer/test/ThreadedTest.cpp b/lib/Fuzzer/test/ThreadedTest.cpp index 7aa114a41f36d..09137a9a70c17 100644 --- a/lib/Fuzzer/test/ThreadedTest.cpp +++ b/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> |