mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-25 15:43:13 +03:00
namespace-concat in fbcode/quic
Summary: Concatenate adjacent namespaces + format This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle. You have been added as a reviewer by Sentinel or Butterfly. Autodiff project: nc Autodiff partition: fbcode.quic Autodiff bookmark: ad.nc.fbcode.quic Reviewed By: hanidamlaj Differential Revision: D65365244 fbshipit-source-id: 0bbaa7684d03caf8fc8eff3439a0865940398220
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6b91d9bf9b
commit
37cf3495d8
@@ -52,8 +52,7 @@ QuicFrame parseQuicFrame(
|
||||
receiveTimeStampsConfig));
|
||||
}
|
||||
|
||||
namespace quic {
|
||||
namespace test {
|
||||
namespace quic::test {
|
||||
|
||||
void setupCommonExpects(MockQuicPacketBuilder& pktBuilder) {
|
||||
EXPECT_CALL(pktBuilder, remainingSpaceInPkt()).WillRepeatedly(Invoke([&]() {
|
||||
@@ -2434,5 +2433,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
FrameType::ACK_RECEIVE_TIMESTAMPS));
|
||||
// Values(FrameType::ACK, FrameType::ACK_ECN,
|
||||
// FrameType::ACK_RECEIVE_TIMESTAMPS));
|
||||
} // namespace test
|
||||
} // namespace quic
|
||||
} // namespace quic::test
|
||||
|
||||
Reference in New Issue
Block a user