libgo: Update to weekly.2012-01-20.
From-SVN: r183540
This commit is contained in:
parent
df1304ee03
commit
af92e38566
198 changed files with 5123 additions and 1951 deletions
|
@ -25,13 +25,6 @@ func RunExamples(examples []InternalExample) (ok bool) {
|
|||
var eg InternalExample
|
||||
|
||||
stdout, stderr := os.Stdout, os.Stderr
|
||||
defer func() {
|
||||
os.Stdout, os.Stderr = stdout, stderr
|
||||
if e := recover(); e != nil {
|
||||
fmt.Printf("--- FAIL: %s\npanic: %v\n", eg.Name, e)
|
||||
os.Exit(1)
|
||||
}
|
||||
}()
|
||||
|
||||
for _, eg = range examples {
|
||||
if *chatty {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue