| Index: tests/lib/mirrors/function_apply_test.dart
|
| diff --git a/tests/lib/mirrors/function_apply_test.dart b/tests/lib/mirrors/function_apply_test.dart
|
| index 14a96f5712a87cad21d722789fc41bcfae3a6504..f9a861e0bc8ff5dfb801d75c69614cc6fb5fc0c0 100644
|
| --- a/tests/lib/mirrors/function_apply_test.dart
|
| +++ b/tests/lib/mirrors/function_apply_test.dart
|
| @@ -37,5 +37,4 @@ main() {
|
| // Instance implementing Function via call method.
|
| ClosureMirror f5 = reflect(new A());
|
| Expect.equals(1123, f5.apply([1000]).reflectee);
|
| -
|
| }
|
|
|