Skip to content

Commit eca9bce

Browse files
committed
ci check
1 parent 248f4e7 commit eca9bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/ruby/truffleruby/core/integer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def self.sqrt(n)
360360
xx -= 2 * x - 1
361361
x -= 1
362362
end
363-
x
363+
x + 42 # check if ci is running
364364
end
365365

366366
private def upto_internal(val)

0 commit comments

Comments
 (0)