| Index: tests/language/constructor2_test.dart
|
| diff --git a/tests/language/constructor2_test.dart b/tests/language/constructor2_test.dart
|
| index de7b7fd3baef7fde8247ecaf8a7eb5664c477e76..cdddebccb1d2266678359901d99a4358ad3c11e5 100644
|
| --- a/tests/language/constructor2_test.dart
|
| +++ b/tests/language/constructor2_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program for constructors and initializers.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| // Expect the initializer expressions E(i) to be evaluated
|
| // in the order 1, 2, 3, ...
|
| // Each expression must be evaluated exactly once.
|
|
|