mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
convert *[] to [].
R=r OCL=21563 CL=21571
This commit is contained in:
parent
9786f69f74
commit
d47d888ba6
74 changed files with 532 additions and 543 deletions
|
|
@ -82,7 +82,7 @@ func TRunner(t *T, test *Test) {
|
|||
t.ch <- t;
|
||||
}
|
||||
|
||||
export func Main(tests *[]Test) {
|
||||
export func Main(tests []Test) {
|
||||
flag.Parse();
|
||||
ok := true;
|
||||
if len(tests) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue