Chromium Code Reviews| Index: tests/compiler/dart2js_extra/conflict_index_test.dart |
| diff --git a/tests/compiler/dart2js_extra/conflict_index_test.dart b/tests/compiler/dart2js_extra/conflict_index_test.dart |
| index 46c74eabb32fa6645e2f8346d7282eb2286ed780..22cf6200db206d40ad359e1874e760346251e5e1 100644 |
| --- a/tests/compiler/dart2js_extra/conflict_index_test.dart |
| +++ b/tests/compiler/dart2js_extra/conflict_index_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"; |
| - |
| main() { |
| foo(true, [0]); |
| foo(false, "bar"); |