mirror of
https://github.com/golang/go
synced 2024-11-21 21:54:40 -07:00
exp/norm: fixed bug that creeped in with moving to the new
regexp, which caused the last line of a test block to be ignored. R=r, rsc CC=golang-dev https://golang.org/cl/5177052
This commit is contained in:
parent
0f6b80c694
commit
eef7809193
@ -764,7 +764,7 @@ func verifyComputed() {
|
||||
}
|
||||
}
|
||||
|
||||
var qcRe = regexp.MustCompile(`^([0-9A-F\.]+) *; (NF.*_QC); ([YNM]) #.*$`)
|
||||
var qcRe = regexp.MustCompile(`([0-9A-F\.]+) *; (NF.*_QC); ([YNM]) #.*`)
|
||||
|
||||
// Use values in DerivedNormalizationProps.txt to compare against the
|
||||
// values we computed.
|
||||
|
Loading…
Reference in New Issue
Block a user