mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Migrate from googletest 1.8 to googletest 1.10 (#67)
Summary: X-link: https://github.com/facebookincubator/hsthrift/pull/67 Updating `googletest` from `1.8.0` to `1.10.0` Reviewed By: mzlee, igorsugak, luciang, meyering, r-barnes Differential Revision: D34351084 fbshipit-source-id: 939b3985ab63a06b6d511ec8711c2d5863bdfea8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
11ffe17c26
commit
715dec85be
@@ -542,7 +542,7 @@ class QuicTransportImplTest : public Test {
|
||||
class QuicTransportImplTestClose : public QuicTransportImplTest,
|
||||
public testing::WithParamInterface<bool> {};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
QuicTransportImplTest,
|
||||
QuicTransportImplTestClose,
|
||||
Values(true, false));
|
||||
@@ -2858,7 +2858,7 @@ quic::StreamId createStream(
|
||||
}
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
QuicTransportImplTest,
|
||||
QuicTransportImplTestUniBidi,
|
||||
Values(true, false));
|
||||
|
Reference in New Issue
Block a user