Project

General

Profile

« Previous | Next » 

Revision 0a9d74f8

Added by headius (Charles Nutter) over 4 years ago

Move pread + pwrite tests out of RUBY_ENGINE block

These tests were guarded by a RUBY_ENGINE of "ruby" even though they test an official Ruby feature (pread/pwrite added in Ruby 2.5). This commit moves them to the top level of the test case so they will run on other implementations.