| Index: tests/isolate/isolate3_negative_test.dart
|
| ===================================================================
|
| --- tests/isolate/isolate3_negative_test.dart (revision 14440)
|
| +++ tests/isolate/isolate3_negative_test.dart (working copy)
|
| @@ -5,9 +5,9 @@
|
| // Dart test program for testing that errors thrown from isolates are
|
| // processed correctly and don't result in crashes.
|
|
|
| -#library('Isolate3NegativeTest');
|
| -#import('dart:isolate');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| +library Isolate3NegativeTest;
|
| +import 'dart:isolate';
|
| +import '../../pkg/unittest/lib/unittest.dart';
|
|
|
| class TestClass {
|
| TestClass.named(num this.fld1) : fld2=fld1 {
|
|
|