| Index: tests/language/value_range3_test.dart
|
| diff --git a/tests/language/value_range3_test.dart b/tests/language/value_range3_test.dart
|
| index 6b5e16968dd975d4b822c7b520bb87a11a158808..7180938c7f8987515b985067ef1f881b65fdfc27 100644
|
| --- a/tests/language/value_range3_test.dart
|
| +++ b/tests/language/value_range3_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import 'package:expect/expect.dart';
|
| +
|
| class A {
|
| copy(array, index1, index2) {
|
| if (index1 < index2 + index2) {
|
|
|