default.mspec: suppress warnings
* spec/default.mspec: suppress tons of useless use of == in void context warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52ec107a1b
commit
442273fad3
@ -1,4 +1,8 @@
|
||||
# -*- ruby -*-
|
||||
$VERBOSE = false
|
||||
if (opt = ENV["RUBYOPT"]) and (opt = opt.dup).sub!(/(?:\A|\s)-w(?=\z|\s)/, '')
|
||||
ENV["RUBYOPT"] = opt
|
||||
end
|
||||
require "./rbconfig" unless defined?(RbConfig)
|
||||
load File.dirname(__FILE__) + '/rubyspec/default.mspec'
|
||||
OBJDIR = File.expand_path("spec/rubyspec/optional/capi/ext")
|
||||
|
Loading…
x
Reference in New Issue
Block a user