Chromium Code Reviews| Index: tests/language/const_string_test.dart |
| diff --git a/tests/language/const_string_test.dart b/tests/language/const_string_test.dart |
| index feecc8809f4da4560fac8dea35460a69e24ba022..4736ca49f12501a07e6f9b1335154e43b4053c16 100644 |
| --- a/tests/language/const_string_test.dart |
| +++ b/tests/language/const_string_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"; |
| + |
| // Exercises compile-time string constants |
| main() { |