| Index: tests/language/string_interpolate_test.dart
|
| diff --git a/tests/language/string_interpolate_test.dart b/tests/language/string_interpolate_test.dart
|
| index f8960c98ecb5f3c8d8e2945224286fa85a371a14..ae9b0f0b24eb310e2f4e91f7e00c110453431c83 100644
|
| --- a/tests/language/string_interpolate_test.dart
|
| +++ b/tests/language/string_interpolate_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Dart test program testing string interpolation.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
|
|
| class WhatchamaCallIt {
|
| WhatchamaCallIt() { }
|
|
|