Commit eef78091 authored by Marcel van Lohuizen's avatar Marcel van Lohuizen

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
parent 0f6b80c6
...@@ -764,7 +764,7 @@ func verifyComputed() { ...@@ -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 // Use values in DerivedNormalizationProps.txt to compare against the
// values we computed. // values we computed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment