Minor whitespace update after running go fmt with 1.4.2.
Change-Id: I20d0a43942359ac18afec670cf7fd38f56b369b1 Reviewed-on: https://boringssl-review.googlesource.com/5400 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
97dfcbfc7c
commit
ecdf7f9986
@ -2844,7 +2844,7 @@ func addExtensionTests() {
|
||||
flags: []string{
|
||||
"-advertise-alpn", "\x03foo",
|
||||
},
|
||||
shouldFail: true,
|
||||
shouldFail: true,
|
||||
expectedError: ":PARSE_TLSEXT:",
|
||||
})
|
||||
testCases = append(testCases, testCase{
|
||||
@ -2858,7 +2858,7 @@ func addExtensionTests() {
|
||||
flags: []string{
|
||||
"-select-alpn", "foo",
|
||||
},
|
||||
shouldFail: true,
|
||||
shouldFail: true,
|
||||
expectedError: ":PARSE_TLSEXT:",
|
||||
})
|
||||
// Resume with a corrupt ticket.
|
||||
|
Loading…
Reference in New Issue
Block a user