commit | 900ba1664bc4eac8bb1bfcb710b596634423c83f | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Wed Jan 30 21:07:06 2019 -0500 |
committer | Bence Béky <bnc@google.com> | Fri Feb 22 13:58:05 2019 +0000 |
tree | a3f89c6fe8904e565247bc5b13da1788d2cdfd10 | |
parent | e72b8874b23a8219c68fd7f1d7db097fa4811114 [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: 231706070 Change-Id: I32eeb007ac265afe26f76198abaea867f1cea1e2
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.