]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/googletest/googletest/include/gtest/internal/custom/gtest.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / googletest / googletest / include / gtest / internal / custom / gtest.h
index c27412a8981844d92171abe558c1d68989d015fc..4c8e07be23f1fd6159afef2eefd7444034dd0604 100644 (file)
 // (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 **