Bump to gtest 1.10.0
[platform/upstream/gtest.git] / googletest / include / gtest / internal / custom / gtest.h
old mode 100755 (executable)
new mode 100644 (file)
similarity index 88%
rename from include/gtest/internal/custom/gtest.h
rename to googletest/include/gtest/internal/custom/gtest.h
index c27412a..4c8e07b
 // (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.
+// Injection point for custom user configurations. See README for details
 //
 // ** Custom implementation starts here **