repo.or.cz
/
ruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
2036140
)
test/ruby/test_set.rb: mmtk doesn't have GC.compact
author
Jean Boussier
<
[email protected]
>
Tue, 29 Apr 2025 20:36:06 +0000
(29 22:36 +0200)
committer
Jean Boussier
<
[email protected]
>
Tue, 29 Apr 2025 20:36:06 +0000
(29 22:36 +0200)
test/ruby/test_set.rb
patch
|
blob
|
blame
|
history
diff --git
a/test/ruby/test_set.rb
b/test/ruby/test_set.rb
index
5d77c50
..
2de6cda
100644
(file)
--- a/
test/ruby/test_set.rb
+++ b/
test/ruby/test_set.rb
@@
-874,7
+874,10
@@
class TC_Set < Test::Unit::TestCase
end
x
- GC.compact
+ begin
+ GC.compact
+ rescue NotImplementedError
+ end
end;
end
end