summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/custom/gtest.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-13 18:31:56 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-13 18:31:56 (GMT)
commit63baab8924f589fdfd934ae24613e59f8d3ef635 (patch)
treeedbe727cf93c2ed7ae838f78f73ef5a1daf26064 /googletest/include/gtest/internal/custom/gtest.h
parent18c940d13a58a3fa1016d2887e66bd1c73720e0f (diff)
downloadgoogletest-63baab8924f589fdfd934ae24613e59f8d3ef635.zip
googletest-63baab8924f589fdfd934ae24613e59f8d3ef635.tar.gz
googletest-63baab8924f589fdfd934ae24613e59f8d3ef635.tar.bz2
Move instructions into custom/README files
Diffstat (limited to 'googletest/include/gtest/internal/custom/gtest.h')
-rw-r--r--googletest/include/gtest/internal/custom/gtest.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/googletest/include/gtest/internal/custom/gtest.h b/googletest/include/gtest/internal/custom/gtest.h
index 6f7c5e4..4c8e07b 100644
--- a/googletest/include/gtest/internal/custom/gtest.h
+++ b/googletest/include/gtest/internal/custom/gtest.h
@@ -27,15 +27,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Injection point for custom user configurations.
-// The following macros can be defined:
-//
-// GTEST_OS_STACK_TRACE_GETTER_ - The name of an implementation of
-// OsStackTraceGetterInterface.
-//
-// GTEST_CUSTOM_TEMPDIR_FUNCTION_ - An override for testing::TempDir().
-// See testing::TempDir for semantics and
-// signature.
+// Injection point for custom user configurations. See README for details
//
// ** Custom implementation starts here **