X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2Fasync%2Ftest%2FWriteChainAsyncTransportWrapperTest.cpp;h=10cf02ccd34fe5cf5613fd140b745bb0329fb933;hb=e70058f47d312aaf194207ff6034089850750c1e;hp=7c1b803fb344fcb7176f1932d58a3d389ad1b1f1;hpb=b1eb5b684447a4a58516d5e8ffbd328aab1e477d;p=folly.git diff --git a/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp b/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp index 7c1b803f..10cf02cc 100644 --- a/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp +++ b/folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp @@ -44,8 +44,7 @@ class TestWriteChainAsyncTransportWrapper : } // Allow this to be constructed on the stack for easier testing. - virtual ~TestWriteChainAsyncTransportWrapper() { - } + ~TestWriteChainAsyncTransportWrapper() override {} }; MATCHER_P(BufMatches, expected, "") {