Fix Grid test

This commit is contained in:
gizak 2015-05-05 11:19:08 -04:00
parent 672baf23ee
commit 9d0302382d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/davecgh/go-spew/spew"
)
var r *row
var r *Row
func TestRowWidth(t *testing.T) {
p0 := NewPar("p0")