Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/sin-code/eval_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ func newEvalDiffCmd() *cobra.Command {
_ = cmd.MarkFlagRequired("snapshot")
_ = cmd.MarkFlagRequired("snapshot-b")
return cmd
}

// buildScorer constructs an evalharness.Scorer from the CLI flags.
// Supported types: compile_and_run, exact, contains.
func buildScorer(typ, lang, selfCheck string, skipTest bool, binary string) (evalharness.Scorer, error) {
Expand Down
Loading