The start/stop functions were introduced in
https://go-review.googlesource.com/#/c/9879/

Change-Id: I7aafadcbe78b60bb512c2de05f3f992e47f0df6e
Reviewed-on: https://go-review.googlesource.com/10372
Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Nigel Tao 2015-05-22 17:33:38 +10:00
Родитель c95aae96ba
Коммит 7c723a6596
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,9 @@ func TestImage(t *testing.T) {
ctxGL := createContext()
defer ctxGL.destroy()
start()
defer stop()
const (
pixW = 100
pixH = 100