Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart

Issue 364973002: Fix more pub bugs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart b/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
index c641f1830e9215c693014b534b5ad51b0608d5d5..0099f0d95b7899c753731de0158c38ca11894243 100644
--- a/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
+++ b/sdk/lib/_internal/pub/test/build/outputs_results_to_json_test.dart
@@ -45,6 +45,15 @@ main() {
},
'assetId': {'package': 'myapp', 'path': 'web/main.dart'},
'message': contains(r'to compile myapp|web/main.dart.')
+ },
+ {
+ 'level': 'Fine',
+ 'transformer': {
+ 'name': 'Dart2JS',
+ 'primaryInput': {'package': 'myapp', 'path': 'web/main.dart'}
+ },
+ 'assetId': {'package': 'myapp', 'path': 'web/main.dart'},
+ 'message': contains(r'Took')
}
]
});
« sdk/lib/_internal/pub/lib/src/command.dart ('K') | « sdk/lib/_internal/pub/lib/src/exceptions.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698