| Index: tests/corelib/reg_exp_string_match_test.dart
|
| diff --git a/tests/corelib/reg_exp_string_match_test.dart b/tests/corelib/reg_exp_string_match_test.dart
|
| index 05978dd215c6c75909cc56f08089190522fb991c..fa4efa7948e805550212239500b45087f751eb03 100644
|
| --- a/tests/corelib/reg_exp_string_match_test.dart
|
| +++ b/tests/corelib/reg_exp_string_match_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.stringMatch.
|
|
|
| class RegExpStringMatchTest {
|
|
|