| Index: tools/json_schema_compiler/test/arrays_unittest.cc
|
| diff --git a/tools/json_schema_compiler/test/array_unittest.cc b/tools/json_schema_compiler/test/arrays_unittest.cc
|
| similarity index 98%
|
| rename from tools/json_schema_compiler/test/array_unittest.cc
|
| rename to tools/json_schema_compiler/test/arrays_unittest.cc
|
| index 6db2d5e04cf516e4010e1093165ad02d887582f4..4b236cedd3421b1302fd08134480cee17da792de 100644
|
| --- a/tools/json_schema_compiler/test/array_unittest.cc
|
| +++ b/tools/json_schema_compiler/test/arrays_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "tools/json_schema_compiler/test/array.h"
|
| +#include "tools/json_schema_compiler/test/arrays.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -using namespace test::api::array;
|
| +using namespace test::api::arrays;
|
|
|
| namespace {
|
|
|
|
|