| Index: tests/corelib/reg_exp_first_match_test.dart
|
| diff --git a/tests/corelib/reg_exp_first_match_test.dart b/tests/corelib/reg_exp_first_match_test.dart
|
| index 23a0f3beef6e9f3c3a43eacf0dc965729cf46b93..40e38fa109ccd9184765c8b2dfadf39c202023a6 100644
|
| --- a/tests/corelib/reg_exp_first_match_test.dart
|
| +++ b/tests/corelib/reg_exp_first_match_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";
|
| +
|
| // Dart test program for RegExp.firstMatch.
|
|
|
| class RegExpFirstMatchTest {
|
|
|