Chromium Code Reviews| Index: tests/corelib/string_pattern_test.dart |
| diff --git a/tests/corelib/string_pattern_test.dart b/tests/corelib/string_pattern_test.dart |
| index 6ab5e958dc9fcfafe2e06eead23255856d32537b..46b4e75d59ed1a9e60376311c5a30d47ad675c18 100644 |
| --- a/tests/corelib/string_pattern_test.dart |
| +++ b/tests/corelib/string_pattern_test.dart |
| @@ -3,6 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test for testing String.allMatches. |
| +import "package:expect/expect.dart"; |
| + |
| String str = "this is a string with hello here and hello there"; |
| main() { |