Mageia Bugzilla – Attachment 8445 Details for
Bug 19102
golang new security issue CVE-2016-5386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
go script to demonstrate built in test function
fail_test.go (text/x-go), 105 bytes, created by
Len Lawrence
on 2016-09-23 22:29:15 CEST
(
hide
)
Description:
go script to demonstrate built in test function
Filename:
MIME Type:
Creator:
Len Lawrence
Created:
2016-09-23 22:29:15 CEST
Size:
105 bytes
patch
obsolete
>package fail > >import "testing" > >func TestErrorreport(t *testing.T) { > t.Error("I'm in a bad mood.") >}
package fail import "testing" func TestErrorreport(t *testing.T) { t.Error("I'm in a bad mood.") }
View Attachment As Raw
Actions:
View
Attachments on
bug 19102
:
8440
|
8444
| 8445 |
8489