aboutsummaryrefslogtreecommitdiff
path: root/ber/obj_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ber/obj_test.go')
-rw-r--r--ber/obj_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ber/obj_test.go b/ber/obj_test.go
index 73cc3f5..e874d17 100644
--- a/ber/obj_test.go
+++ b/ber/obj_test.go
@@ -1,8 +1,8 @@
package ber
import (
- "testing"
"bytes"
+ "testing"
)
func testBase128(t *testing.T, n int, e []byte) {