Index: sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart |
diff --git a/sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart b/sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart |
index 69a3bdbc950020dea000035bee934ea26bc5bea8..70412d4d81313846727e98e7ad3386becd0570c4 100644 |
--- a/sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart |
+++ b/sdk/lib/_internal/pub/test/transformer/loads_ordering_dependencies_in_the_correct_order_test.dart |
@@ -46,7 +46,7 @@ main() { |
createLockFile('myapp', sandbox: ['foo', 'bar'], pkg: ['barback']); |
- startPubServe(); |
+ pubServe(); |
requestShouldSucceed("main.dart", |
'const TOKEN = "(main.dart, myapp imports (bar, foo))";'); |
endPubServe(); |