Chromium Code Reviews| Index: sdk/lib/collection_dev/collection_dev.dart |
| diff --git a/tests/language/first_class_types_lib1.dart b/sdk/lib/collection_dev/collection_dev.dart |
| similarity index 88% |
| copy from tests/language/first_class_types_lib1.dart |
| copy to sdk/lib/collection_dev/collection_dev.dart |
| index baadc66015a5ced9bfbdc10f1180715ee714a547..c442540e566dc414e54c1c9e4a0e8283ba4513c6 100644 |
| --- a/tests/language/first_class_types_lib1.dart |
| +++ b/sdk/lib/collection_dev/collection_dev.dart |
| @@ -2,6 +2,4 @@ |
| // 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. |
| -library lib1; |
| - |
| -class A {} |
| +library dart.collection_dev; |
|
Lasse Reichstein Nielsen
2013/01/17 13:59:22
We could use .dev instead of _dev. I think I prefe
floitsch
2013/01/17 16:25:55
Done.
|