aboutsummaryrefslogtreecommitdiff
path: root/ber
diff options
context:
space:
mode:
Diffstat (limited to 'ber')
-rw-r--r--ber/int_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ber/int_test.go b/ber/int_test.go
index f0bd182..03bb6ad 100644
--- a/ber/int_test.go
+++ b/ber/int_test.go
@@ -1,8 +1,8 @@
package ber
import (
- "testing"
"bytes"
+ "testing"
)
func test(t *testing.T, i int, b []byte) {