summaryrefslogtreecommitdiff
path: root/test/gtest_environment_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_environment_test.cc')
-rw-r--r--test/gtest_environment_test.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/gtest_environment_test.cc b/test/gtest_environment_test.cc
index 3cff19e..bc9524d 100644
--- a/test/gtest_environment_test.cc
+++ b/test/gtest_environment_test.cc
@@ -26,18 +26,14 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-// Author: wan@google.com (Zhanyong Wan)
+
//
// Tests using global test environments.
#include <stdlib.h>
#include <stdio.h>
#include "gtest/gtest.h"
-
-#define GTEST_IMPLEMENTATION_ 1 // Required for the next #include.
#include "src/gtest-internal-inl.h"
-#undef GTEST_IMPLEMENTATION_
namespace testing {
GTEST_DECLARE_string_(filter);