| commit | 3cab5a95cea82094e5599d07a5e4f1f9aeb551bb | [log] [tgz] |
|---|---|---|
| author | QUICHE team <quiche-dev@google.com> | Wed Jan 30 21:10:16 2019 -0500 |
| committer | Bence Béky <bnc@google.com> | Fri Feb 22 13:59:42 2019 +0000 |
| tree | 64c1cf4d9aa32de38a2569dc0510551cf594efd9 | |
| parent | 900ba1664bc4eac8bb1bfcb710b596634423c83f [diff] |
Replace calls to deprecated googletest macros *TEST_CASE() with *TEST_SUITE() There is no semantic change; this is just a rename. This change replaces the TEST_CASE, TestCase() family of APIs provided by googletest with TEST_SUITE, TestSuite() APIs. PiperOrigin-RevId: 231706521 Change-Id: I948ee3769e141dbc2ba2d90cb25783b7ae07735b
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.