| Index: tests/standalone/precompilation_dart2js_test.dart
|
| diff --git a/tests/standalone/precompilation_dart2js_test.dart b/tests/standalone/precompilation_dart2js_test.dart
|
| index c961a5e36c2b9ed4a92270655857621efc4cbc61..52957d758256258667fbf0b74c4e93937391c5ef 100644
|
| --- a/tests/standalone/precompilation_dart2js_test.dart
|
| +++ b/tests/standalone/precompilation_dart2js_test.dart
|
| @@ -87,7 +87,7 @@ main(List args) {
|
|
|
| var ld_library_path = new String.fromEnvironment("LD_LIBRARY_PATH");
|
| ld_library_path = "${ld_library_path}:${tmp.path}";
|
| - exec = "${dart_executable}";
|
| + exec = "${dart_executable}_precompiled";
|
| args = ["--run-precompiled-snapshot", "ignored_script", "--version"];
|
| print("LD_LIBRARY_PATH=$ld_library_path $exec ${args.join(' ')}");
|
| result = Process.runSync(exec, args,
|
|
|