| Index: tests/compiler/dart2js_extra/string_interpolation_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/string_interpolation_test.dart b/tests/compiler/dart2js_extra/string_interpolation_test.dart
|
| index 70357dc367bdec31df7f1583b82817caaceb5cce..7552214ab214c4ab3edab7137215775bb54d2f83 100644
|
| --- a/tests/compiler/dart2js_extra/string_interpolation_test.dart
|
| +++ b/tests/compiler/dart2js_extra/string_interpolation_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";
|
| +
|
| // Test that String interpolation works in the code generated by the leg
|
| // compiler.
|
|
|
|
|