Browse Source

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>
kris/onging/CECPQ3_patch15
Doug Hogan 9 years ago
committed by Adam Langley
parent
commit
ecdf7f9986
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ssl/test/runner/runner.go

+ 2
- 2
ssl/test/runner/runner.go View File

@@ -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…
Cancel
Save