Commits


Vy Nguyen authored and GitHub committed 4f31803ebbf
Fix un-initted error in test and fix change the API previously proposed to use std::string instead of raw char* (#1266) * Fix un-initted error in test. Found by -Werror,-Wsometimes-uninitialized * Update spec_arg_test.cc * additional change: - Change the API on GetBenchmarkFilter and the `spec` to std::string because google C++ styleguide internally kind of discouraged using raw const char*