mirror of
https://github.com/ziutek/glib.git
synced 2025-09-26 19:31:14 +08:00
12 lines
107 B
Go
12 lines
107 B
Go
package gobject
|
|
|
|
import (
|
|
"testing"
|
|
"time"
|
|
)
|
|
|
|
func TestAll(t *testing.T) {
|
|
Print()
|
|
time.Sleep(100e9)
|
|
}
|