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

Commit bb65a56

Browse files
committed
Try setting settings.leak_vm to false
1 parent f1ee191 commit bb65a56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell/testing/tester_main.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ int main(int argc, char* argv[]) {
397397
return EXIT_FAILURE;
398398
}
399399

400+
settings.leak_vm = false;
401+
400402
if (settings.icu_data_path.empty()) {
401403
settings.icu_data_path = "icudtl.dat";
402404
}

0 commit comments

Comments
 (0)