浏览代码

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 年前
committed by Adam Langley
父节点
当前提交
ecdf7f9986
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      ssl/test/runner/runner.go

+ 2
- 2
ssl/test/runner/runner.go 查看文件

@@ -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.


正在加载...
取消
保存