Skip to content

Commit 827a476

Browse files
committed
Bump symflower version to v48562 (from v46727)
1 parent 6fc4e33 commit 827a476

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

evaluate/task/transpile_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func TestTranspileRun(t *testing.T) {
606606
},
607607
ExpectedProblemContains: []string{
608608
"expected 'package', found invalid",
609-
"A fatal error happened. Please take a look at the logs", // This is `symflower fix` unable to read the broken Go file.
609+
"expected 'package', found invalid",
610610
},
611611
ValidateLog: func(t *testing.T, data string) {
612612
assert.Contains(t, data, "expected 'package', found invalid")

evaluate/task/write-test_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ func TestWriteTestsRun(t *testing.T) {
255255
}
256256
expectedProblems := []string{
257257
"expected declaration, found this",
258-
"unable to format source code",
259258
"expected declaration, found this",
260-
"unable to format source code",
259+
"expected declaration, found this",
260+
"expected declaration, found this",
261261
}
262262
validateGo(t, "Model generated test that is unfixable", &golang.Language{}, bytesutil.StringTrimIndentations(`
263263
package plain

tools/symflower.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (*symflower) CheckVersion(logger *log.Logger, binaryPath string) (err error
9191
}
9292

9393
// SymflowerVersionRequired holds the version of Symflower required for this revision of the evaluation.
94-
const SymflowerVersionRequired = "46727"
94+
const SymflowerVersionRequired = "48562"
9595

9696
// RequiredVersion returns the required version of the tool.
9797
func (*symflower) RequiredVersion() string {

0 commit comments

Comments
 (0)