Index: mojo/public/cpp/tests/system/core_unittest.cc |
diff --git a/mojo/public/tests/system/core_cpp_unittest.cc b/mojo/public/cpp/tests/system/core_unittest.cc |
similarity index 98% |
rename from mojo/public/tests/system/core_cpp_unittest.cc |
rename to mojo/public/cpp/tests/system/core_unittest.cc |
index 64f91aa39b8d3a5bbe2389bda4a7ae4a5a109247..74390ad3148b790419ca7545f8d01a0878712f03 100644 |
--- a/mojo/public/tests/system/core_cpp_unittest.cc |
+++ b/mojo/public/cpp/tests/system/core_unittest.cc |
@@ -2,7 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/public/system/core_cpp.h" |
+// This file tests the C++ Mojo system core wrappers. |
+// TODO(vtl): Maybe rename "CoreCppTest" -> "CoreTest" if/when this gets |
+// compiled into a different binary from the C API tests. |
+ |
+#include "mojo/public/cpp/system/core.h" |
#include <map> |