]> Cypherpunks repositories - gostls13.git/commit
test/run.go: fix compiledir test on windows
authorShenghou Ma <minux.ma@gmail.com>
Wed, 1 Aug 2012 03:26:33 +0000 (23:26 -0400)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 1 Aug 2012 03:26:33 +0000 (23:26 -0400)
commit8dbeb0ad072354e84463f38aef790cc1d69352e2
tree93a05db88b311ab2394a19c9c5810aca83b3bd75
parente07958f7dfde86fe9053e25793219d4807f4d74c
test/run.go: fix compiledir test on windows
    we can't import "./bug0" on windows, as it will trigger
"import path contains invalid character ':'" error.
    instead, we pass "-D." and "-I." to gc to override this
behavior. this idea is due to remyoudompheng.

R=golang-dev, r, alex.brainman, remyoudompheng
CC=golang-dev
https://golang.org/cl/6441074
test/run.go