| Index: tests/language/call_nonexistent_static_test.dart
|
| diff --git a/tests/language/call_nonexistent_static_test.dart b/tests/language/call_nonexistent_static_test.dart
|
| index dd2835f6084b711957e542b0f0a6a9c2b03f4bd6..f114be9755a13a659744e27d9a2627a47f75a75d 100644
|
| --- a/tests/language/call_nonexistent_static_test.dart
|
| +++ b/tests/language/call_nonexistent_static_test.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| // When attempting to call a nonexistent static method, getter or setter, check
|
| // that a NoSuchMethodError is thrown.
|
|
|
|
|