summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/setgid_spec.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-07-19 23:50:30 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-07-19 23:50:30 +0900
commit0a16ff9f8366fd0d751191bd9c6eaa47f0ae33c8 (patch)
tree34127f6f9d26b369ee48d9782008aaa75cfc4918 /spec/ruby/core/filetest/setgid_spec.rb
parent3e8d4ff3e571bd556898efd94badb66a5dadf4d2 (diff)
array.c: use assert in macro instead of in a function
The old code lost information of lineno. Now, an assertion error will output a correct lineno (but now gcc 8 requires 250 MB, unfortunately).
Diffstat (limited to 'spec/ruby/core/filetest/setgid_spec.rb')
0 files changed, 0 insertions, 0 deletions
hlight'> This commit is the initial sync of all files from ruby/yarp into ruby/ruby. Notably, it does the following: * Sync all ruby/yarp/lib/ files to ruby/ruby/lib/yarp * Sync all ruby/yarp/src/ files to ruby/ruby/yarp/ * Sync all ruby/yarp/test/ files to ruby/ruby/test/yarp Notes: Merged: https://github.com/ruby/ruby/pull/7964