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

Unified Diff: sdk/lib/_internal/pub_generated/test/run/runs_the_script_in_checked_mode_test.dart

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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: sdk/lib/_internal/pub_generated/test/run/runs_the_script_in_checked_mode_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/runs_the_script_in_checked_mode_test.dart b/sdk/lib/_internal/pub_generated/test/run/runs_the_script_in_checked_mode_test.dart
similarity index 77%
copy from sdk/lib/_internal/pub/test/run/runs_the_script_in_checked_mode_test.dart
copy to sdk/lib/_internal/pub_generated/test/run/runs_the_script_in_checked_mode_test.dart
index fd6b27af9c707a69623fa08f72982d0ecb4f3492..56c3ad44a0dc14ffa0c46ebc77b5d8f77bf8ff5e 100644
--- a/sdk/lib/_internal/pub/test/run/runs_the_script_in_checked_mode_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/run/runs_the_script_in_checked_mode_test.dart
@@ -16,14 +16,12 @@ main() {
main() {
initConfig();
integration('runs the script in checked mode by default', () {
- d.dir(appPath, [
- d.appPubspec(),
- d.dir("bin", [
- d.file("script.dart", SCRIPT)
- ])
- ]).create();
+ d.dir(
+ appPath,
+ [d.appPubspec(), d.dir("bin", [d.file("script.dart", SCRIPT)])]).create();
- schedulePub(args: ["run", "script"],
+ schedulePub(
+ args: ["run", "script"],
error: contains("'bool' is not a subtype of type 'int' of 'a'"),
exitCode: 255);
});

Powered by Google App Engine
This is Rietveld 408576698