mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix test fail with assert_ractor outside of ruby/ruby repo
Revert 806583c093
This commit is contained in:
parent
aa5c1a0483
commit
f229b36087
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ module Test
|
|||
src = <<eom
|
||||
# -*- coding: #{line += __LINE__; src.encoding}; -*-
|
||||
BEGIN {
|
||||
require "test/unit";include Test::Unit::Assertions;include Test::Unit::CoreAssertions;require #{__FILE__.dump}
|
||||
require "test/unit";include Test::Unit::Assertions;require #{__FILE__.dump};include Test::Unit::CoreAssertions
|
||||
separated_runner #{token_dump}, #{res_c&.fileno || 'nil'}
|
||||
}
|
||||
#{line -= __LINE__; src}
|
||||
|
|
Loading…
Reference in a new issue