summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorDino Radakovic <dinor@google.com>2022-03-14 14:59:59 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-03-14 15:00:38 (GMT)
commitae5e06dd35c6137d335331b0815cf1f60fd7e3c5 (patch)
tree3bce55d2b56950ddb8869fd115edd639b7d4203a /googletest/include
parentae1b7ad4308249bfa928e65d1a33be117fc0992c (diff)
downloadgoogletest-ae5e06dd35c6137d335331b0815cf1f60fd7e3c5.zip
googletest-ae5e06dd35c6137d335331b0815cf1f60fd7e3c5.tar.gz
googletest-ae5e06dd35c6137d335331b0815cf1f60fd7e3c5.tar.bz2
Remove references to deleted script gen_gtest_pred_impl.py
PiperOrigin-RevId: 434464892 Change-Id: Iaa2277f26d0049b3d792e87f64679774a28205c6
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/gtest_pred_impl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/googletest/include/gtest/gtest_pred_impl.h b/googletest/include/gtest/gtest_pred_impl.h
index 96b36fa..68b7c50 100644
--- a/googletest/include/gtest/gtest_pred_impl.h
+++ b/googletest/include/gtest/gtest_pred_impl.h
@@ -26,9 +26,6 @@
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-// This file is AUTOMATICALLY GENERATED on 07/21/2021 by command
-// 'gen_gtest_pred_impl.py 5'. DO NOT EDIT BY HAND!
//
// Implements a family of generic predicate assertion macros.