mirror of
https://github.com/golang/go
synced 2024-11-23 00:50:05 -07:00
- exclude newfn.go from tests - cannot be parsed syntactically alone
in general R=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=17624 CL=17624
This commit is contained in:
parent
fac3dfe638
commit
79985fa569
@ -22,6 +22,7 @@ apply1() {
|
|||||||
#echo $1 $2
|
#echo $1 $2
|
||||||
case `basename $F` in
|
case `basename $F` in
|
||||||
selftest.go | func3.go ) ;; # skip - these are test cases for syntax errors
|
selftest.go | func3.go ) ;; # skip - these are test cases for syntax errors
|
||||||
|
newfn.go ) ;; # skip these - cannot parse w/o type information
|
||||||
* ) $1 $2; count ;;
|
* ) $1 $2; count ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user