aboutsummaryrefslogtreecommitdiffstats
path: root/core_test.go
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-17 23:15:34 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-17 23:15:34 -0400
commitae5afea4be8ca56e3fb7963fea5e337332e50a1f (patch)
treeac00eb18990fcbf2e63d27601c344fac4a9c76c4 /core_test.go
parent031e81471a2ca0e03f415fba18a2ae2492514312 (diff)
downloadbommom-ae5afea4be8ca56e3fb7963fea5e337332e50a1f.tar.gz
bommom-ae5afea4be8ca56e3fb7963fea5e337332e50a1f.zip
basic dumping in several formats
Diffstat (limited to 'core_test.go')
-rw-r--r--core_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core_test.go b/core_test.go
index 700052f..b89e23f 100644
--- a/core_test.go
+++ b/core_test.go
@@ -7,7 +7,6 @@ import (
"testing"
)
-
func TestNewBom(t *testing.T) {
b := makeTestBom()
if b == nil {