aboutsummaryrefslogtreecommitdiff
path: root/ber/marshal_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ber/marshal_test.go')
-rw-r--r--ber/marshal_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/ber/marshal_test.go b/ber/marshal_test.go
deleted file mode 100644
index 688c593..0000000
--- a/ber/marshal_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package ber
-
-import "testing"
-
-func TestMarschal(t *testing.T) {
- i := 42
- b, err := Marshal(i)
- if err != nil {
- t.Error(b, err)
- }
-}