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

Unified Diff: test/run/runs_the_script_in_checked_mode_test.dart

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 5 years, 4 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/run/runs_the_script_in_checked_mode_test.dart
diff --git a/test/run/runs_the_script_in_checked_mode_test.dart b/test/run/runs_the_script_in_checked_mode_test.dart
index b348f9a1360e543f5a73a8e710f2f453bedfc2d8..92d33f29c0b280ed65b707efc0c009f8b6590fdc 100644
--- a/test/run/runs_the_script_in_checked_mode_test.dart
+++ b/test/run/runs_the_script_in_checked_mode_test.dart
@@ -16,6 +16,7 @@ main() {
])
]).create();
+ pubGet();
schedulePub(args: ["run", "--checked", "bin/script"],
error: contains("'bool' is not a subtype of type 'int' of 'a'"),
exitCode: 255);
« no previous file with comments | « test/run/runs_shorthand_app_in_dependency_test.dart ('k') | test/run/runs_the_script_in_unchecked_mode_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698