| Index: tests/language_2/generic_test.dart
|
| diff --git a/tests/language_strong/generic_test.dart b/tests/language_2/generic_test.dart
|
| similarity index 94%
|
| rename from tests/language_strong/generic_test.dart
|
| rename to tests/language_2/generic_test.dart
|
| index 225b1d837f650a7254fd0be9b396712aa03cda34..df51fbd58290d6c47ea9fda64e73798bcddece10 100644
|
| --- a/tests/language_strong/generic_test.dart
|
| +++ b/tests/language_2/generic_test.dart
|
| @@ -2,7 +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.
|
| // VMOptions=--checked
|
| -// Dart test program testing generic type allocations and generic type tests.
|
| +
|
| +/// Dart test program testing generic type allocations and generic type tests.
|
| import "package:expect/expect.dart";
|
|
|
| class A {
|
|
|