diff options
-rw-r--r-- | DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ include_rules = [ # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. - "+unicode" + "+unicode", + '+testing' ] |