| Index: tests/language/constructor3_test.dart
|
| diff --git a/tests/language/constructor3_test.dart b/tests/language/constructor3_test.dart
|
| index c8916e077348f10870aff711b88715d49d7c47bb..0c5eb517261a84d8eb2d766d3d6a72d4197583be 100644
|
| --- a/tests/language/constructor3_test.dart
|
| +++ b/tests/language/constructor3_test.dart
|
| @@ -3,6 +3,8 @@
|
| // 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.
|
|
|