commit | f2c891f56e00c08b44f94df19adbdfe494b8344b | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Mon Dec 08 23:04:07 2014 -0800 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Mon Dec 08 23:04:07 2014 -0800 |
tree | de77782621031a08ee13e8c3a855811bbb9dfc94 | |
parent | 03fee96449e7bccb09828a15baca3fb0b54887f0 [diff] |
veyron/tools/gclogs: go 1.3.1 has a bug in the readdir code on macs. Change-Id: I0dc90a4948b52c06ff5ff94bfde77b0a62ccc799
diff --git a/tools/gclogs/gclogs_test.go b/tools/gclogs/gclogs_test.go index f9168fe..61b8058 100644 --- a/tools/gclogs/gclogs_test.go +++ b/tools/gclogs/gclogs_test.go
@@ -1,5 +1,9 @@ +// +build -darwin + package main +// These tests need go 1.4 to run successfully on a mac. + import ( "bytes" "fmt"