diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-22 21:23:51 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-03-22 21:23:51 (GMT) |
commit | 9f0824b0a61b50fd40e47da2387cd9b3f872ce47 (patch) | |
tree | 563a02d287c4f97aa0d99b43bbd0a54c5353861b /test/gtest_unittest.cc | |
parent | 90030d74c8cacbdab62136daa465a7ef359e2adc (diff) | |
download | googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.zip googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.tar.gz googletest-9f0824b0a61b50fd40e47da2387cd9b3f872ce47.tar.bz2 |
Adds missing gtest DLL exports.
Diffstat (limited to 'test/gtest_unittest.cc')
-rw-r--r-- | test/gtest_unittest.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/gtest_unittest.cc b/test/gtest_unittest.cc index bd10ae0..199b254 100644 --- a/test/gtest_unittest.cc +++ b/test/gtest_unittest.cc @@ -76,13 +76,6 @@ TEST(CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded) { namespace testing { namespace internal { -bool ShouldUseColor(bool stdout_is_tty); -::std::string FormatTimeInMillisAsSeconds(TimeInMillis ms); -bool ParseInt32Flag(const char* str, const char* flag, Int32* value); - -// Used for testing the flag parsing. -extern bool g_help_flag; - // Provides access to otherwise private parts of the TestEventListeners class // that are needed to test it. class TestEventListenersAccessor { |