Removed logging init macro from minidump_processor_unittest, since with the Google Test integration, logging is handled through it's facilities

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@345 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
nealsid 2009-05-29 20:49:04 +00:00
parent e328c2dc58
commit 1a997295b6

View File

@ -266,7 +266,6 @@ TEST_F(MinidumpProcessorTest, TestBasicProcessing) {
} // namespace
int main(int argc, char *argv[]) {
BPLOG_INIT(&argc, &argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}