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

Unified Diff: tests/isolate/isolate2_negative_test.dart

Issue 11363140: Update library syntax. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « no previous file | tests/isolate/isolate_import_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate2_negative_test.dart
===================================================================
--- tests/isolate/isolate2_negative_test.dart (revision 14690)
+++ tests/isolate/isolate2_negative_test.dart (working copy)
@@ -5,8 +5,8 @@
// Dart test program for testing that exceptions in other isolates bring down
// the program.
-#library('Isolate2NegativeTest');
-#import('dart:isolate');
+library Isolate2NegativeTest;
Siggi Cherem (dart-lang) 2012/11/08 17:57:09 update library name?
+import 'dart:isolate';
void entry() {
throw "foo";
« no previous file with comments | « no previous file | tests/isolate/isolate_import_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698