mirror of
https://github.com/golang/go.git
synced 2025-11-09 13:11:03 +00:00
use a function to get stdout and stderr, instead of depending
on a specific libc implementation.
also make test/run.go replace \r\n by \n before comparing
output.
Fixes #2121.
Part of issue 1741.
R=alex.brainman, rsc, r, remyoudompheng
CC=golang-dev
https://golang.org/cl/5847068
|
||
|---|---|---|
| .. | ||
| chain.go | ||
| chain.out | ||
| fib.go | ||
| fib.out | ||
| file.go | ||
| hello.go | ||
| hello.out | ||
| run.out | ||
| stdio.go | ||