| Index: mojo/public/c/system/tests/DEPS
|
| diff --git a/mojo/public/c/tests/DEPS b/mojo/public/c/system/tests/DEPS
|
| similarity index 73%
|
| copy from mojo/public/c/tests/DEPS
|
| copy to mojo/public/c/system/tests/DEPS
|
| index 8bb9af720461d7cb2441eba5586197f72bc228dc..d7c012cff35afb8d556a53dce8866442d2c79aab 100644
|
| --- a/mojo/public/c/tests/DEPS
|
| +++ b/mojo/public/c/system/tests/DEPS
|
| @@ -1,6 +1,6 @@
|
| include_rules = [
|
| "+testing",
|
| - # Our test harness is C++, so allow use C++:
|
| + # Our test harness is C++, so allow the use of C++:
|
| "+mojo/public/cpp",
|
| # TODO(vtl): Temporary until these are moved to mojo/public/cpp:
|
| "+mojo/public/tests",
|
|
|