github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/ui/ui_styled_test.go (about)

     1  package ui
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestStyled_impl(t *testing.T) {
     8  	var _ Ui = new(Styled)
     9  }