diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp')
-rw-r--r-- | compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp b/compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp index 86e4e3cb0d9..dddf493da69 100644 --- a/compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp +++ b/compiler-rt/test/fuzzer/ShrinkValueProfileTest.cpp @@ -1,7 +1,7 @@ // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// Test that we can find the minimal item in the corpus (3 bytes: "FUZ"). +// Test that we can find the minimal item in the corpus (4 bytes: "FUZZ"). #include <cstddef> #include <cstdint> #include <cstdio> |