Skip to content

Commit

Permalink
Fix clang-format bustage. r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr committed Jan 12, 2017
1 parent 24567ad commit 01b7b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/ssl_gtest/ssl_0rtt_unittest.cc
Expand Up @@ -266,7 +266,7 @@ TEST_P(TlsConnectTls13, TestTls13ZeroRttDowngradeEarlyData) {
client_->Handshake();
server_->Handshake();
ASSERT_TRUE_WAIT(
(client_->error_code() == SSL_ERROR_DOWNGRADE_WITH_EARLY_DATA), 2000);
(client_->error_code() == SSL_ERROR_DOWNGRADE_WITH_EARLY_DATA), 2000);

// DTLS will timeout as we bump the epoch when installing the early app data
// cipher suite. Thus the encrypted alert will be ignored.
Expand Down

0 comments on commit 01b7b39

Please sign in to comment.