This commit is contained in:
mattn 2015-01-26 18:58:58 +09:00
parent 6717138923
commit a141177ca6
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ func TestStress(t *testing.T) {
func TestVersion(t *testing.T) {
s, n, id := Version()
if s == "" || n == 0 || id == 0 {
if s == "" || n == 0 || id == "" {
t.Errorf("Version failed %q, %d, %q\n", s, n, id)
}
}