summaryrefslogtreecommitdiff
path: root/deps/v8/include/v8-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/include/v8-testing.h')
-rw-r--r--deps/v8/include/v8-testing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-testing.h b/deps/v8/include/v8-testing.h
index c827b69401..d18fc72583 100644
--- a/deps/v8/include/v8-testing.h
+++ b/deps/v8/include/v8-testing.h
@@ -5,7 +5,7 @@
#ifndef V8_V8_TEST_H_
#define V8_V8_TEST_H_
-#include "v8.h"
+#include "v8.h" // NOLINT(build/include)
/**
* Testing support for the V8 JavaScript engine.