| Index: tests/compiler/dart2js_extra/operator3_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/operator3_test.dart b/tests/compiler/dart2js_extra/operator3_test.dart
|
| index 5ad4460318e0e371578f4235ecad888025c8464e..00926e9899a18509fb308441a23103af72a6caf6 100644
|
| --- a/tests/compiler/dart2js_extra/operator3_test.dart
|
| +++ b/tests/compiler/dart2js_extra/operator3_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";
|
| -
|
| int zero() { return 0; }
|
| int one() { return 1; }
|
| int minus1() { return 0 - 1; }
|
|
|