Skip to content

Commit b557660

Browse files
aardvark179chrisseaton
authored andcommitted
Untag Hash#update tests that are now working
1 parent 8cbbab4 commit b557660

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

spec/tags/core/hash/update_tags.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/main/ruby/core/hash.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def merge(*others)
264264
end
265265
current
266266
end
267-
267+
268268
def merge!(*others)
269269
Truffle.check_frozen
270270

@@ -334,7 +334,7 @@ def slice(*keys)
334334
end
335335
res
336336
end
337-
337+
338338
def to_h
339339
if block_given?
340340
super

src/main/ruby/core/truffle/hash_operations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ def self.hash_merge(current, other)
1515
end
1616
end
1717
end
18-

0 commit comments

Comments
 (0)