Change-Id: I9172ec10cc25d2e966ccd8d2af94130a546d2792
@@ -115,8 +115,6 @@ func TestGolden(t *testing.T) {
return nil
}
- //
-
cmd := exec.Command("diff", "-u", goldenPath, genPath)
out, _ := cmd.CombinedOutput()
t.Errorf("golden file differs: %v\n%v", relPath, string(out))