diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/CounterTest.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/CounterTest.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/CounterTest.cpp b/llvm/lib/Fuzzer/test/CounterTest.cpp index b61f419c499..4917934c62e 100644 --- a/llvm/lib/Fuzzer/test/CounterTest.cpp +++ b/llvm/lib/Fuzzer/test/CounterTest.cpp @@ -1,3 +1,6 @@ +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. + // Test for a fuzzer: must find the case where a particular basic block is // executed many times. #include <iostream> |