Skip to content

Commit 59b2f99

Browse files
Don't crash
1 parent 929a343 commit 59b2f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_framework/src/firebase_test_framework.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ char** EditMainArgsForGoogleTest(int* argc, char* argv[]) {
351351
std::vector<std::string> modified_args(original_args);
352352

353353
// Add elements to the `modified_args` vector to specify to googletest.
354-
modified_args.push_back("--gtest_catch_exceptions=0");
354+
// modified_args.push_back("--gtest_catch_exceptions=0");
355355

356356
// Create a new `argv` with the elements from the `modified_args` vector and
357357
// write the new count back to `argc`. The memory leaks produced by

0 commit comments

Comments
 (0)