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

     1  package otto
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestCodedError_impl(t *testing.T) {
     8  	var _ Error = new(codedError)
     9  }