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

Unified Diff: tests/standalone/precompilation_test.dart

Issue 1760063003: - Unify dart_no_snapshot and dart_bootstrap into one binary. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « tests/standalone/precompilation_dart2js_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/precompilation_test.dart
diff --git a/tests/standalone/precompilation_test.dart b/tests/standalone/precompilation_test.dart
index e65bf17bac36e19170a741ac30a396aca65f509f..ad493c9ae635c28fde0a08869407c8c844c827bb 100644
--- a/tests/standalone/precompilation_test.dart
+++ b/tests/standalone/precompilation_test.dart
@@ -49,7 +49,7 @@ main(List args) {
try {
tmp = Directory.current.createTempSync("temp_precompilation_test");
var result = Process.runSync(
- "${dart_executable}_no_snapshot",
+ "${dart_executable}_bootstrap",
["--gen-precompiled-snapshot", Platform.script.path],
workingDirectory: tmp.path);
if (result.exitCode != 0) {
« no previous file with comments | « tests/standalone/precompilation_dart2js_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698