Index: test/dart2js/allows_import_in_dart_code_test.dart |
diff --git a/test/dart2js/allows_import_in_dart_code_test.dart b/test/dart2js/allows_import_in_dart_code_test.dart |
index 2ea7f26d2c0b8b0eb4fd55f67fca3d9d29348c7e..b484b8e66e48f17a3bb08a89ed4205cbc544dbfb 100644 |
--- a/test/dart2js/allows_import_in_dart_code_test.dart |
+++ b/test/dart2js/allows_import_in_dart_code_test.dart |
@@ -42,7 +42,8 @@ void main() { |
]) |
]).create(); |
- pubServe(shouldGetFirst: true); |
+ pubGet(); |
+ pubServe(); |
requestShouldSucceed("main.dart.js", contains("footext")); |
requestShouldSucceed("main.dart.js", contains("libtext")); |
endPubServe(); |