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