commit | e62622b1b1a51471f85d13119f0dbff76bdac4b0 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Nov 30 13:42:14 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Nov 30 13:42:14 2011 -0500 |
tree | a335c75461896550d536acae844d8cfcc31f7567 | |
parent | e812db35581d257fb2d3518509898fc22bdd2d48 [diff] |
os: fix path/filepath test on Windows This is not the right fix, but it is what used to happen before the FileInfo conversion, and it should get the build working again (at least that part). TBR=brainman CC=golang-dev https://golang.org/cl/5434090