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

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