Index: tools/precompilation/test_linux.sh |
diff --git a/tools/precompilation/test_linux.sh b/tools/precompilation/test_linux.sh |
index 553dc18b2e91135f4215744645e5995bae12ee94..93de5704e2f314806c1fb1493945eb717af2ed1a 100755 |
--- a/tools/precompilation/test_linux.sh |
+++ b/tools/precompilation/test_linux.sh |
@@ -12,4 +12,4 @@ set -ex |
gcc -m64 -shared -Wl,-soname,libprecompiled.so -o libprecompiled.so precompiled.S |
-LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD" gdb -ex run --args ./out/DebugX64/dart_precompiled --run-precompiled-snapshot not_used.dart |
+LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD" gdb -ex run --args ./out/DebugX64/dart_precompiled_runtime --run-precompiled-snapshot not_used.dart |