Chromium Code Reviews| Index: third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx |
| diff --git a/third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx b/third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..00e7a7681b8534a71c8de66c517d4ef3e49c7d30 |
| --- /dev/null |
| +++ b/third_party/cython/src/Cython/Utility/TestCyUtilityLoader.pyx |
| @@ -0,0 +1,8 @@ |
| +########## TestCyUtilityLoader ########## |
| +#@requires: OtherUtility |
| + |
| +test {{cy_loader}} impl |
| + |
| + |
| +########## OtherUtility ########## |
| +req {{cy_loader}} impl |