Files
ziutek-glib/gobject_test.go
Michał Derkacz bd504423fe Initial commit
2011-06-22 10:19:49 +02:00

12 lines
107 B
Go

package gobject
import (
"testing"
"time"
)
func TestAll(t *testing.T) {
Print()
time.Sleep(100e9)
}