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

Unified Diff: test/cache/repair/updates_binstubs_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 6 months 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
Index: test/cache/repair/updates_binstubs_test.dart
diff --git a/test/cache/repair/updates_binstubs_test.dart b/test/cache/repair/updates_binstubs_test.dart
index e84f4e8cd16c7e48823c0653713bbf01f8afe057..73ecde39806de5bc09ef80bd55e2c4bdc483690b 100644
--- a/test/cache/repair/updates_binstubs_test.dart
+++ b/test/cache/repair/updates_binstubs_test.dart
@@ -20,7 +20,6 @@ dart "/path/to/.pub-cache/global_packages/foo/bin/script.dart.snapshot" "\$@"
""";
main() {
- initConfig();
integration('updates an outdated binstub script', () {
servePackages((builder) {
builder.serve("foo", "1.0.0", pubspec: {

Powered by Google App Engine
This is Rietveld 408576698