Chromium Code Reviews| Index: tests/language/string_interpolate_null_test.dart |
| diff --git a/tests/language/string_interpolate_null_test.dart b/tests/language/string_interpolate_null_test.dart |
| index a06427a70968df090129309a180e0b51cb1f5d16..c8aff4a746389b968e327c4094b2089403479859 100644 |
| --- a/tests/language/string_interpolate_null_test.dart |
| +++ b/tests/language/string_interpolate_null_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program testing NPE within string interpolation. |
| -import "package:expect/expect.dart"; |
| - |
| class A { |
| A(String this.name) {} |
| String name; |