Skip to content

Commit

Permalink
♻️ Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 24, 2024
1 parent 79d025d commit a4af4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/avr-binutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def install
end

test do
version_output = "GNU ld (GNU Binutils) 2.42\n"
version_output = "GNU ld (GNU Binutils) 2.43.1\n"
assert_equal `avr-ld -v`, version_output
end
end

0 comments on commit a4af4e0

Please sign in to comment.