| Index: tests/corelib/null_nosuchmethod_test.dart
|
| diff --git a/tests/corelib/null_nosuchmethod_test.dart b/tests/corelib/null_nosuchmethod_test.dart
|
| index 7ae75401e564768f0159725e48175a6c7b928eb0..57cda7f93f64b3864be27d5f436913966973c2e2 100644
|
| --- a/tests/corelib/null_nosuchmethod_test.dart
|
| +++ b/tests/corelib/null_nosuchmethod_test.dart
|
| @@ -2,6 +2,8 @@
|
| // 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";
|
| +
|
| // Test that Null's noSuchMethod can be closurized and called directly.
|
|
|
| main() {
|
|
|