Index: pkg/code_transformers/test/assets_test.dart |
diff --git a/pkg/code_transformers/test/assets_test.dart b/pkg/code_transformers/test/assets_test.dart |
index 7030e48d3c5635c2427294cf9dc7e0a6908345f7..fce887c849b95f7be52b3b60eb68cd95f60b4133 100644 |
--- a/pkg/code_transformers/test/assets_test.dart |
+++ b/pkg/code_transformers/test/assets_test.dart |
@@ -66,7 +66,7 @@ main() { |
testAssetUri('does not allow packages from non-dart lib files', |
source: new AssetId('a', 'lib/index.html'), |
uri: 'packages/foo/bar', |
- message: 'error: Invalid url to reach to another package: ' |
+ message: 'warning: Invalid url to reach to another package: ' |
'packages/foo/bar. Path reaching to other packages must first ' |
'reach up all the way to the packages folder. For example, try ' |
'changing the url above to: ../../packages/foo/bar'); |