Skip to content

Commit

Permalink
Reference platform_strong.dill, not platform.dill (flutter#5992)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkert authored Aug 10, 2018
1 parent 47a83a6 commit a84b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/testing/tester_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int main(int argc, char* argv[]) {
settings.icu_data_path = "icudtl.dat";

settings.platform_kernel_path =
fml::paths::JoinPaths({settings.assets_path, "platform.dill"});
fml::paths::JoinPaths({settings.assets_path, "platform_strong.dill"});

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

0 comments on commit a84b210

Please sign in to comment.