Index: test/string_matchers_test.dart |
diff --git a/test/string_matchers_test.dart b/test/string_matchers_test.dart |
index 4cebd588ae4525dfac5468d4adbe3c1a130830b3..cb34a702f7e970d614fa1c96803e80df0e273be0 100644 |
--- a/test/string_matchers_test.dart |
+++ b/test/string_matchers_test.dart |
@@ -5,13 +5,11 @@ |
library matcher.string_matchers_test; |
import 'package:matcher/matcher.dart'; |
-import 'package:unittest/unittest.dart' show test, group; |
+import 'package:unittest/unittest.dart' show test, group, expect; |
import 'test_utils.dart'; |
void main() { |
- initUtils(); |
- |
test('Reports mismatches in whitespace and escape sequences', () { |
shouldFail('before\nafter', equals('before\\nafter'), |
contains('Differ at offset 7')); |