summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libtls/gotls/tls_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libtls/gotls/tls_test.go b/src/regress/lib/libtls/gotls/tls_test.go
index f709fcb455..2afcf93212 100644
--- a/src/regress/lib/libtls/gotls/tls_test.go
+++ b/src/regress/lib/libtls/gotls/tls_test.go
@@ -77,7 +77,7 @@ func TestTLSBasic(t *testing.T) {
77 } 77 }
78 defer func() { 78 defer func() {
79 if err := tls.Close(); err != nil { 79 if err := tls.Close(); err != nil {
80 t.Logf("Close failed: %v", err) 80 t.Fatalf("Close failed: %v", err)
81 } 81 }
82 }() 82 }()
83 83