From 54caa4e7e085e177ff05b719ae247d21fe8c257e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Sep 2015 12:04:34 +0200 Subject: Replace with new implementation --- ber/marshal_test.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ber/marshal_test.go (limited to 'ber/marshal_test.go') 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) - } -} -- cgit v1.2.3