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

Unified Diff: tests/standalone/precompilation_dart2js_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 | « runtime/bin/bin.gypi ('k') | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/precompilation_dart2js_test.dart
diff --git a/tests/standalone/precompilation_dart2js_test.dart b/tests/standalone/precompilation_dart2js_test.dart
index 0deafcb2e87d508927be6dc416ba25117f38e930..b96472661642c328fc903e88009bac09a180a67d 100644
--- a/tests/standalone/precompilation_dart2js_test.dart
+++ b/tests/standalone/precompilation_dart2js_test.dart
@@ -49,7 +49,7 @@ main(List args) {
Directory tmp;
try {
tmp = Directory.current.createTempSync("temp_precompilation_test");
- var exec = "${dart_executable}_no_snapshot";
+ var exec = "${dart_executable}_bootstrap";
var args = ["--package-root=$abs_package_root",
"--gen-precompiled-snapshot",
"${abs_package_root}compiler/src/dart2js.dart"];
« no previous file with comments | « runtime/bin/bin.gypi ('k') | tests/standalone/precompilation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698