This comment should be removed.

This commit is contained in:
Mike Griese
2020-01-24 14:25:38 -06:00
parent 715014d10f
commit 8aa42f4423

View File

@@ -613,6 +613,5 @@ void ConptyRoundtripTests::TestResizeHeight()
VERIFY_ARE_EQUAL(expectedTerminalViewBottom + dy, fourthTermView.BottomExclusive());
verifyHostData(*hostTb, dy);
// Note that at this point, nothing should have changed with the Terminal.
verifyTermData(*termTb, dy);
}