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

Unified Diff: sdk/lib/_internal/pub_generated/test/async_compile_test.dart

Issue 766793004: Fix the async compiler, and pub's async compiler test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « sdk/lib/_internal/pub_generated/bin/async_compile.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub_generated/test/async_compile_test.dart
diff --git a/sdk/lib/_internal/pub_generated/test/async_compile_test.dart b/sdk/lib/_internal/pub_generated/test/async_compile_test.dart
index 1e4df1ddb9e070236ceb39d817561a5cb3cd4a0f..6c0af598344cd4ce96a8da02ec3553f592fbc03c 100644
--- a/sdk/lib/_internal/pub_generated/test/async_compile_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/async_compile_test.dart
@@ -19,9 +19,7 @@ void main() {
p.join(pubRoot, 'bin', 'async_compile.dart'),
'--force',
'--verbose',
- '--no-snapshot',
- p.join(sandboxDir, "pub_generated"),
- p.join(sandboxDir, "build")]);
+ p.join(sandboxDir, "pub_generated")]);
new ScheduledProcess.start(Platform.executable, compilerArgs).shouldExit(0);
« no previous file with comments | « sdk/lib/_internal/pub_generated/bin/async_compile.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698