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

Unified Diff: sdk/lib/_internal/pub/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
Index: sdk/lib/_internal/pub/test/async_compile_test.dart
diff --git a/sdk/lib/_internal/pub/test/async_compile_test.dart b/sdk/lib/_internal/pub/test/async_compile_test.dart
index c157f67c1198dbad0b24d0ee73b1fd175aee96e2..a3216d7c32bb22ede656ab00451327004cfca489 100644
--- a/sdk/lib/_internal/pub/test/async_compile_test.dart
+++ b/sdk/lib/_internal/pub/test/async_compile_test.dart
@@ -16,9 +16,8 @@ void main() {
integration("the generated pub source is up to date", () {
var compilerArgs = Platform.executableArguments.toList()..addAll([
p.join(pubRoot, 'bin', 'async_compile.dart'),
- '--force', '--verbose', '--no-snapshot',
- p.join(sandboxDir, "pub_generated"),
- p.join(sandboxDir, "build")
+ '--force', '--verbose',
+ p.join(sandboxDir, "pub_generated")
]);
new ScheduledProcess.start(Platform.executable, compilerArgs).shouldExit(0);
« no previous file with comments | « sdk/lib/_internal/pub/bin/async_compile.dart ('k') | sdk/lib/_internal/pub_generated/bin/async_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698