Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: test/snapshot/snapshots_transformed_code_test.dart

Issue 1523323004: Install barback from a hosted source in all tests. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Merge for real. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/snapshot/doesnt_load_irrelevant_transformers_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/snapshot/snapshots_transformed_code_test.dart
diff --git a/test/snapshot/snapshots_transformed_code_test.dart b/test/snapshot/snapshots_transformed_code_test.dart
index ee5993e030a6fc98ad4bff2bad8d57a5afbd29d8..3be52c92bae7640d3d5ef8567fd6dd421346e188 100644
--- a/test/snapshot/snapshots_transformed_code_test.dart
+++ b/test/snapshot/snapshots_transformed_code_test.dart
@@ -32,7 +32,7 @@ class ReplaceTransformer extends Transformer {
main() {
integration("snapshots the transformed version of an executable", () {
servePackages((builder) {
- builder.serveRepoPackage('barback');
+ builder.serveRealPackage('barback');
builder.serve("foo", "1.2.3",
deps: {"barback": "any"},
« no previous file with comments | « test/snapshot/doesnt_load_irrelevant_transformers_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698