| Index: tests/corelib/apply2_test.dart
|
| diff --git a/tests/corelib/apply2_test.dart b/tests/corelib/apply2_test.dart
|
| index e733a2421aa12be83fa4a9f3b4f4b361811d1b08..71c1488842d8b492b514f100ab88c74281bb0314 100644
|
| --- a/tests/corelib/apply2_test.dart
|
| +++ b/tests/corelib/apply2_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";
|
| -
|
| apply(Function function, ArgumentDescriptor args) {
|
| return Function.apply(
|
| function, args.positionalArguments, args.namedArguments);
|
|
|