diff options
Diffstat (limited to 'test/initsyscall.go')
-rw-r--r-- | test/initsyscall.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/initsyscall.go b/test/initsyscall.go index b5e5812b6..d0c26d2a8 100644 --- a/test/initsyscall.go +++ b/test/initsyscall.go @@ -19,9 +19,8 @@ func f() { func init() { go f() - time.Nanoseconds() + time.Now() } func main() { } - |