I am getting this error message
"Bad --gtest_internal_run_death_test flag: IOT/Abort trap" while
trying to run the sample.
What steps will reproduce the problem?
1. Run the sample program
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
int nResult = RUN_ALL_TESTS();
return 0;
}
What is the expected output? What do you see instead?
"Bad --gtest_internal_run_death_test flag: IOT/Abort trap
What version of Google Test are you using? On what operating system?
latest version OS AIX5.3 xlc compiler.
Thanks
Original issue reported on code.google.com by gupta.pr...@gmail.com on 26 Oct 2010 at 3:32
Original issue reported on code.google.com by
gupta.pr...@gmail.com
on 26 Oct 2010 at 3:32