Chromium Code Reviews| Index: test/utils.dart |
| diff --git a/test/utils.dart b/test/utils.dart |
| index 3de601cf19c4c025e528b711313ea92bb5e9dbbc..8df4b510f225a72d9df239a706d298bc0c5cdfbc 100644 |
| --- a/test/utils.dart |
| +++ b/test/utils.dart |
| @@ -5,7 +5,7 @@ |
| library string_scanner.test.utils; |
| import 'package:string_scanner/string_scanner.dart'; |
| -import 'package:unittest/unittest.dart'; |
| +import 'package:test/test.dart'; |
| /// Returns a matcher that asserts that a closure throws a [FormatException] |
| /// with the given [message]. |