We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaf789 commit e4bf23cCopy full SHA for e4bf23c
benchmarks/ruby-xor.rb
@@ -42,7 +42,7 @@ def ruby_xor!(a, b)
42
end
43
44
# Do a correctness check, outside of the hot path
45
-out = ruby_xor!(a.dup, b)
+out = ruby_xor!(A.dup, B)
46
47
if out != "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000L\u001F\u0000N\u0006\u0000\u001F\e\u001C\u000EN\u0014T\u0005\u0000\u001A\u000F\u0000\u0019\u0006T\u001DS\v\tU\u0019S\u0006\t\e\u0018E\r\e\u001DT\u001C\u000F\u0010\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001D\u0000\u0005\u0000"
48
raise "incorrect output"
0 commit comments