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

Unified Diff: tests/vm/dart/isolate_unhandled_exception_uri_helper.dart

Issue 11596002: Changed the test a bit to ensure dart:io is not included as dartium cannot import dart:io (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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
Index: tests/vm/dart/isolate_unhandled_exception_uri_helper.dart
===================================================================
--- tests/vm/dart/isolate_unhandled_exception_uri_helper.dart (revision 16197)
+++ tests/vm/dart/isolate_unhandled_exception_uri_helper.dart (working copy)
@@ -12,6 +12,7 @@
void main() {
port.receive((message, replyTo) {
if (message == 'throw exception') {
+ replyTo.call('throwing exception');
throw new RuntimeError('ignore this exception');
}
replyTo.call('hello');
« no previous file with comments | « tests/vm/dart/isolate_unhandled_exception_test2.dart ('k') | tests/vm/dart/isolate_unhandled_exception_uri_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698