| 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"];
|
|
|