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

Unified Diff: dart/tests/compiler/dart2js/deprecated_features_test.dart

Issue 20742002: Clean up error handling. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixed errors found during testing. Created 7 years, 5 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: dart/tests/compiler/dart2js/deprecated_features_test.dart
diff --git a/dart/tests/compiler/dart2js/deprecated_features_test.dart b/dart/tests/compiler/dart2js/deprecated_features_test.dart
index f43b6ad297acfa938648d851d8cbefb2cb1d8a80..ab679c343ea1480fa3a0ece03a0ba363143b3724 100644
--- a/dart/tests/compiler/dart2js/deprecated_features_test.dart
+++ b/dart/tests/compiler/dart2js/deprecated_features_test.dart
@@ -64,7 +64,7 @@ main() {
deprecatedMessage(feature) {
return
- "warning: Warning: deprecated language feature, $feature"
+ "warning: Warning: Deprecated language feature, $feature"
", will be removed in a future Dart milestone.";
}

Powered by Google App Engine
This is Rietveld 408576698