diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2017-07-26 22:08:26 +0200 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2017-07-26 22:08:26 +0200 |
commit | fd253710b5161822275ef3211d5e68b462d1a548 (patch) | |
tree | d16dd619c06f713e450005be0883f30136a30126 /file/file_test.go | |
parent | 6b387241e474194ad030b500903c030ba70cc63b (diff) |
untrusted
Diffstat (limited to 'file/file_test.go')
-rw-r--r-- | file/file_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file/file_test.go b/file/file_test.go index 3bf8f1f..5a2aa8d 100644 --- a/file/file_test.go +++ b/file/file_test.go @@ -11,7 +11,7 @@ func (moc) MarshalBinary() ([]byte, error) { return nil, nil } func (moc) UnmarshalBinary(_ []byte) error { return nil } func TestSig(t *testing.T) { - comment := "comment" + comment := "untrusted comment: comment" message := []byte{'t', 'e', 's', 't'} buf := new(bytes.Buffer) err := Encode(buf, moc{}, comment, message) |