Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a84b210

Browse files
authored
Reference platform_strong.dill, not platform.dill (#5992)
1 parent 47a83a6 commit a84b210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/testing/tester_main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ int main(int argc, char* argv[]) {
255255
settings.icu_data_path = "icudtl.dat";
256256

257257
settings.platform_kernel_path =
258-
fml::paths::JoinPaths({settings.assets_path, "platform.dill"});
258+
fml::paths::JoinPaths({settings.assets_path, "platform_strong.dill"});
259259

260260
// The tools that read logs get confused if there is a log tag specified.
261261
settings.log_tag = "";

0 commit comments

Comments
 (0)