Chromium Code Reviews| Index: tests/compiler/dart2js_extra/switch_test.dart |
| diff --git a/tests/compiler/dart2js_extra/switch_test.dart b/tests/compiler/dart2js_extra/switch_test.dart |
| index 7d0876b46a78cbfd4d723b02b4af124ad686e11f..c6190e4d8c75954eb2ee23458ce8cf51f2d30e97 100644 |
| --- a/tests/compiler/dart2js_extra/switch_test.dart |
| +++ b/tests/compiler/dart2js_extra/switch_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"; |
| + |
| switcher(val) { |
| var x = 0; |
| switch (val) { |