| Index: tests/language/string_join_test.dart
|
| diff --git a/tests/language/string_join_test.dart b/tests/language/string_join_test.dart
|
| index eb576d8c8306e2049bc544645eb0b15dc78e799f..c98b79fae691ba0de144a5f46f52f22d9616fb23 100644
|
| --- a/tests/language/string_join_test.dart
|
| +++ b/tests/language/string_join_test.dart
|
| @@ -3,8 +3,6 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Regression test ensuring that only ObjectArrays are handed to the VM code.
|
|
|
| -import "package:expect/expect.dart";
|
| -
|
| class StringJoinTest {
|
| static testMain() {
|
| List<String> ga = new List<String>();
|
|
|