Chromium Code Reviews| Index: tests/language/state_mangling3_test.dart |
| diff --git a/tests/language/state_mangling3_test.dart b/tests/language/state_mangling3_test.dart |
| index 195a2dd298066adc6bcf60a7e7cb641f475a60a1..05e3c501f2b4546c0e36a2c75303290b61f768cb 100644 |
| --- a/tests/language/state_mangling3_test.dart |
| +++ b/tests/language/state_mangling3_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"; |
| + |
| foo(state0) { |
| if (state0 == null) return 0; |
| var sum = 0; |