| Index: tests/compiler/dart2js_extra/null_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/null_test.dart b/tests/compiler/dart2js_extra/null_test.dart
|
| index 317c124433d11ca1af2e3faa3b08a63bc684f1ed..bfec4df800aa2e742edfd5282bc7af3b2b27af02 100644
|
| --- a/tests/compiler/dart2js_extra/null_test.dart
|
| +++ b/tests/compiler/dart2js_extra/null_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";
|
| -
|
| null1() {
|
| return; // implicit null;
|
| }
|
|
|