From 6b6c369b624b9ddccd9a23eed78e0340db99ad85 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 27 Jun 2015 01:34:48 +0200 Subject: Add Marshal --- ber/int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ber/int_test.go') diff --git a/ber/int_test.go b/ber/int_test.go index 03139c1..9a015c5 100644 --- a/ber/int_test.go +++ b/ber/int_test.go @@ -5,7 +5,7 @@ import ( "testing" ) -func testInt(t *testing.T, i int, b []byte) { +func testInt(t *testing.T, i int64, b []byte) { a := marshalInt(i) if !bytes.Equal(a, b) { t.Error("BER", i, "expected", b, "got", a) -- cgit v1.2.3