| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 54a9932ddd0feb83b3ad765b3f7d17a50d24df46..b8c76427cc40e3d53dc927ebd264fef7aaeacefd 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -7942,7 +7942,7 @@ THREADED_TEST(StringWrite) {
|
|
|
|
|
| static void Utf16Helper(
|
| - LocalContext& context,
|
| + LocalContext& context, // NOLINT
|
| const char* name,
|
| const char* lengths_name,
|
| int len) {
|
| @@ -7969,7 +7969,7 @@ static uint16_t StringGet(Handle<String> str, int index) {
|
|
|
|
|
| static void WriteUtf8Helper(
|
| - LocalContext& context,
|
| + LocalContext& context, // NOLINT
|
| const char* name,
|
| const char* lengths_name,
|
| int len) {
|
|
|