Skip to content

Commit 81600ef

Browse files
committed
Remove enabling/disabling features
* Those are no longer used in ruby/spec.
1 parent 0450d7d commit 81600ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spec/truffle.mspec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ class MSpecScript
128128
set :xtags, (get(:xtags) || []) + ['solaris']
129129
end
130130

131-
# Enable features
132-
MSpec.enable_feature :fiber
133-
MSpec.enable_feature :fiber_library
134-
MSpec.disable_feature :fork
135-
MSpec.enable_feature :encoding
136-
MSpec.enable_feature :readline
137-
138131
set :files, get(:command_line) + get(:language) + get(:core) + get(:library) + get(:truffle) + get(:security)
139132

140133
# All specs, including specs needing C-extensions support.

0 commit comments

Comments
 (0)