aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-28 23:36:50 -0400
committerGitHub <noreply@github.com>2018-08-28 23:36:50 -0400
commite8e26d25bd0bf708a4509f9fe2a6445898c45d75 (patch)
treec3dc9fed1bb0f3deed4e031d255f8b35b5f6bf25
parent8c0e0d5c17f9d7395bd0e0caaa8f4707561be2a2 (diff)
downloadgoogletest-e8e26d25bd0bf708a4509f9fe2a6445898c45d75.tar.gz
typo
-rw-r--r--googletest/test/googletest-output-test_.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-output-test_.cc b/googletest/test/googletest-output-test_.cc
index cfae8818..e499324a 100644
--- a/googletest/test/googletest-output-test_.cc
+++ b/googletest/test/googletest-output-test_.cc
@@ -40,7 +40,7 @@
#include <stdlib.h>
#if _MSC_VER
- GTEST_DISABLE_MSC_WARNINGS_PUSH_(4127: /* conditional expression is constant */)
+ GTEST_DISABLE_MSC_WARNINGS_PUSH_(4127 /* conditional expression is constant */)
#endif // . _MSC_VER
#if GTEST_IS_THREADSAFE