aboutsummaryrefslogtreecommitdiffstats
path: root/testrunner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.cc')
-rw-r--r--testrunner.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/testrunner.cc b/testrunner.cc
index 7122b9c..4a03685 100644
--- a/testrunner.cc
+++ b/testrunner.cc
@@ -4,7 +4,6 @@
// based on pam_google_testrunner.cc
-#include <glib-object.h>
#include <gtest/gtest.h>
#include <base/at_exit.h>
@@ -12,7 +11,6 @@
int main(int argc, char** argv) {
base::AtExitManager at_exit_manager;
- ::g_type_init();
SetUpTests(&argc, argv, true);
return RUN_ALL_TESTS();
}