Index: utils/tests/pub/install/hosted/stay_locked_test.dart |
diff --git a/utils/tests/pub/install/hosted/stay_locked_test.dart b/utils/tests/pub/install/hosted/stay_locked_test.dart |
index 4eb1a344b44685b2de861836335392b5e2865b4b..3a57916a10670c6107f0670599c60d9f9f5258ca 100644 |
--- a/utils/tests/pub/install/hosted/stay_locked_test.dart |
+++ b/utils/tests/pub/install/hosted/stay_locked_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('keeps a pub server package locked to the version in the lockfile', () { |