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); |