Chromium Code Reviews| Index: tests/compiler/dart2js_extra/conditional_test.dart |
| diff --git a/tests/compiler/dart2js_extra/conditional_test.dart b/tests/compiler/dart2js_extra/conditional_test.dart |
| index c1e30b9d4daca83537bde41cf9a2d44a1e9e1d76..6ecb67b1554f3053dc7f062ad1f1adcda2e8d456 100644 |
| --- a/tests/compiler/dart2js_extra/conditional_test.dart |
| +++ b/tests/compiler/dart2js_extra/conditional_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"; |
| - |
| getZero() { return 0; } |
| main() { |