go-opencv/opencv/highgui_test.go
2013-10-08 10:13:28 +08:00

9 lines
96 B
Go

package opencv
import (
"testing"
)
func TestLoadImage(t *testing.T) {
// t.Errorf("aaa")
}