summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-10-22 13:38:29 (GMT)
committerGennadiy Civil <misterg@google.com>2019-10-22 13:38:29 (GMT)
commit8c91ecef292e963d23cd5b25f01ea1579fbe9aaa (patch)
treea870dbc0fe55c98ec7c7dcac60c829a1cbb84feb /googletest/include/gtest
parentde1128355464aea0427dbc15053fbfe0269683a4 (diff)
parentcbf019de22c8dd37b2108da35b2748fd702d1796 (diff)
downloadgoogletest-8c91ecef292e963d23cd5b25f01ea1579fbe9aaa.zip
googletest-8c91ecef292e963d23cd5b25f01ea1579fbe9aaa.tar.gz
googletest-8c91ecef292e963d23cd5b25f01ea1579fbe9aaa.tar.bz2
Merge pull request #2517 from snarkmaster:master
PiperOrigin-RevId: 275869169
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index 37a1762..8eda6ea 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -1889,7 +1889,7 @@ class TestWithParam : public Test, public WithParamInterface<T> {
// Skips test in runtime.
// Skipping test aborts current function.
// Skipped tests are neither successful nor failed.
-#define GTEST_SKIP() GTEST_SKIP_("Skipped")
+#define GTEST_SKIP() GTEST_SKIP_("")
// ADD_FAILURE unconditionally adds a failure to the current test.
// SUCCEED generates a success - it doesn't automatically make the