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

Unified Diff: dart/tests/try/web/sandbox.dart

Issue 740273003: Incremental compiler: support optional arguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r42234. Created 6 years 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
« no previous file with comments | « dart/tests/try/web/incremental_compilation_update_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/web/sandbox.dart
diff --git a/dart/tests/try/web/sandbox.dart b/dart/tests/try/web/sandbox.dart
index c0991659bc735a0b6eec8b39dfc26986ab50f63c..61a7583daf4ab36819c33b79ccc6c82c74e7bab0 100644
--- a/dart/tests/try/web/sandbox.dart
+++ b/dart/tests/try/web/sandbox.dart
@@ -102,7 +102,8 @@ class Listener {
break;
default:
- completer.completeError('Unexpected message: "$message".');
+ completer.completeError(
+ 'Unexpected message: "$message" (expected "$expectedMessage").');
}
}
}
« no previous file with comments | « dart/tests/try/web/incremental_compilation_update_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698