| Index: tests/language/parameter_name_conflict_test.dart
|
| diff --git a/tests/language/parameter_name_conflict_test.dart b/tests/language/parameter_name_conflict_test.dart
|
| index 3f238dab1f9abfe1fb7123fccb4cf0c5224fa247..5c2465b54b5c214ed9d990e8838f933b7849f7ba 100644
|
| --- a/tests/language/parameter_name_conflict_test.dart
|
| +++ b/tests/language/parameter_name_conflict_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";
|
| -
|
| foo(t0) {
|
| var a = t0, b = baz(), c = bar();
|
| if (t0 == 'foo') {
|
|
|