@@ -560,7 +560,7 @@ type BadTypeUsedInTests struct {
Xint"hello"// ERROR "struct field tag"
}
func(t*BadTypeUsedInTests)Scan(xfmt.ScanState,cbyte){// ERROR "method Scan[(]x fmt.ScanState, c byte[)] should have signature Scan[(]fmt.ScanState, int[)] os.Error"
func(t*BadTypeUsedInTests)Scan(xfmt.ScanState,cbyte){// ERROR "method Scan[(]x fmt.ScanState, c byte[)] should have signature Scan[(]fmt.ScanState, rune[)] os.Error"