Skip to content
Closed
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: 1 addition & 1 deletion Formula/l/llgo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
end
end

test do

Check failure on line 82 in Formula/l/llgo.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew test --verbose llgo` failed on macOS Ventura (13) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:57:in '<main>'
goos = shell_output("go env GOOS").chomp
goarch = shell_output("go env GOARCH").chomp
assert_equal "llgo v#{version} #{goos}/#{goarch}", shell_output("#{bin}/llgo version").chomp
Expand All @@ -99,7 +99,7 @@
)

func Foo() string {
return "Hello LLGO by Foo"
return "Hello LLGO by Fooo"
}

func main() {
Expand Down
Loading