summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fuzzer/Labels20Test.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/fuzzer/Labels20Test.cpp b/test/fuzzer/Labels20Test.cpp
index 0eedc938c..0422a54e6 100644
--- a/test/fuzzer/Labels20Test.cpp
+++ b/test/fuzzer/Labels20Test.cpp
@@ -2,7 +2,7 @@
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-// Simple test for a fuzzer.
+// Simple test for a fuzzer.
// Needs to find a string "FUZZxxxxxxxxxxxxMxxE", where 'x' is any byte.
#include <assert.h>
#include <cstddef>
@@ -39,5 +39,3 @@ __attribute__((noinline))
bool Func2(const uint8_t *Data, size_t Size) {
return Size >= 20 && Data[19] == 'E';
}
-
-