Index: utils/tests/pub/install/sdk/check_out_test.dart |
diff --git a/utils/tests/pub/install/sdk/check_out_test.dart b/utils/tests/pub/install/sdk/check_out_test.dart |
index 7c41a3e8c6c8ad2bdd100a1217f718b6782d89a9..5c07b200681e6bdcfc576e3c490b32e4e8313873 100644 |
--- a/utils/tests/pub/install/sdk/check_out_test.dart |
+++ b/utils/tests/pub/install/sdk/check_out_test.dart |
@@ -2,12 +2,12 @@ |
// 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('pub_tests'); |
+library pub_tests; |
-#import('dart:io'); |
+import 'dart:io'; |
-#import('../../test_pub.dart'); |
-#import('../../../../../pkg/unittest/unittest.dart'); |
+import '../../test_pub.dart'; |
+import '../../../../../pkg/unittest/unittest.dart'; |
main() { |
test('checks out a package from the SDK', () { |