Index: tests/standalone/precompilation_test.dart |
diff --git a/tests/standalone/precompilation_test.dart b/tests/standalone/precompilation_test.dart |
index 751682e2f77b6062a88dd60759b3d2091a7730c4..e58c5febe71ae951da7479f4974db9ca8d9af56e 100644 |
--- a/tests/standalone/precompilation_test.dart |
+++ b/tests/standalone/precompilation_test.dart |
@@ -86,7 +86,7 @@ main(List args) { |
ld_library_path = "${ld_library_path}:${tmp.path}"; |
result = Process.runSync( |
- "${dart_executable}_precompiled", |
+ "${dart_executable}_precompiled_runtime", |
["--run-precompiled-snapshot", "ignored_script", "--hello"], |
workingDirectory: tmp.path, |
environment: {"LD_LIBRARY_PATH": ld_library_path}); |