summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/NotinstrumentedTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/test/NotinstrumentedTest.cpp')
-rw-r--r--lib/Fuzzer/test/NotinstrumentedTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fuzzer/test/NotinstrumentedTest.cpp b/lib/Fuzzer/test/NotinstrumentedTest.cpp
index ffe952c749d22..91418990b1922 100644
--- a/lib/Fuzzer/test/NotinstrumentedTest.cpp
+++ b/lib/Fuzzer/test/NotinstrumentedTest.cpp
@@ -2,8 +2,8 @@
// License. See LICENSE.TXT for details.
// This test should not be instrumented.
-#include <cstdint>
#include <cstddef>
+#include <cstdint>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
return 0;