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

Unified Diff: test/run/runs_the_script_in_checked_mode_test.dart

Issue 1171783002: Fix broken tests. (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
« no previous file with comments | « test/run/runs_app_in_entrypoint_with_warning_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fd6b27af9c707a69623fa08f72982d0ecb4f3492..4681a1d15923ff9f8e46daae8fd362a08fa3ff71 100644
--- a/test/run/runs_the_script_in_checked_mode_test.dart
+++ b/test/run/runs_the_script_in_checked_mode_test.dart
@@ -23,7 +23,7 @@ main() {
])
]).create();
- schedulePub(args: ["run", "script"],
+ schedulePub(args: ["run", "bin/script"],
error: contains("'bool' is not a subtype of type 'int' of 'a'"),
exitCode: 255);
});
« no previous file with comments | « test/run/runs_app_in_entrypoint_with_warning_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698