| Index: tests/language/parse_types_test.dart
|
| diff --git a/tests/language/parse_types_test.dart b/tests/language/parse_types_test.dart
|
| index 665759d5dbdd6d449445b30a1f780c41db91cc7d..bc30665cc83a34cfa0c8470ce61364c1b11fb15d 100644
|
| --- a/tests/language/parse_types_test.dart
|
| +++ b/tests/language/parse_types_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test for testing parsing of "standard" types.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class ParseTypesTest {
|
| static bool callBool1() {
|
| return true;
|
|
|