Chromium Code Reviews| Index: test/mirror_matchers_test.dart |
| diff --git a/test/mirror_matchers_test.dart b/test/mirror_matchers_test.dart |
| index 90d7c46d5855b2185fbe03425717d628fa7cc3bd..3e2a4ed9ed449eaeb9051397e3d545324fade584 100644 |
| --- a/test/mirror_matchers_test.dart |
| +++ b/test/mirror_matchers_test.dart |
| @@ -17,8 +17,6 @@ class C { |
| } |
| void main() { |
| - initUtils(); |
| - |
| test('hasProperty', () { |
| var foo = [3]; |
| shouldPass(foo, hasProperty('length', 1)); |