fix build

This commit is contained in:
Aaron Boodman
2015-09-04 16:18:09 -07:00
parent dc2ef0274d
commit 47953557d8
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/attic-labs/noms/Godeps/_workspace/src/github.com/stretchr/testify/assert"
)
asdfasf
func AssertSymEq(assert *assert.Assertions, a, b Value) {
assert.True(a.Equals(b))
assert.True(b.Equals(a))