Chromium Code Reviews| 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"; |