Index: test/run/resource_test.dart |
diff --git a/test/run/resource_test.dart b/test/run/resource_test.dart |
index e887b39eb0636f86c809be2c5a58bc94220c97d3..95339931f09ec3fd72e3d80f1dad8eccac3ce954 100644 |
--- a/test/run/resource_test.dart |
+++ b/test/run/resource_test.dart |
@@ -49,7 +49,8 @@ main() async { |
]) |
]).create(); |
- var pub = pubRun(args: ["bin/script"], shouldGetFirst: true); |
+ pubGet(); |
+ var pub = pubRun(args: ["bin/script"]); |
// TODO(nweiz): Enable this when sdk#23990 is fixed. |
// pub.stdout.expect(p.toUri(p.join(sandboxDir, "myapp/lib/resource.txt"))); |
@@ -84,7 +85,8 @@ main() async { |
]) |
]).create(); |
- var pub = pubRun(args: ["bin/script"], shouldGetFirst: true); |
+ pubGet(); |
+ var pub = pubRun(args: ["bin/script"]); |
// TODO(nweiz): Enable this when sdk#23990 is fixed. |
// pub.stdout.expect(p.toUri(p.join(sandboxDir, "foo/lib/resource.txt"))); |