зеркало из https://github.com/github/ruby.git
Remove an extraneous escape
Since a3fb97465d
, this string is not inside the here-document.
This commit is contained in:
Родитель
6e8bbabc2b
Коммит
1f2b3f2529
|
@ -263,7 +263,7 @@ module Test
|
||||||
include(*Test::Unit::TestCase.ancestors.select {|c| !c.is_a?(Class) })
|
include(*Test::Unit::TestCase.ancestors.select {|c| !c.is_a?(Class) })
|
||||||
out = out ? IO.new(out, 'w') : STDOUT
|
out = out ? IO.new(out, 'w') : STDOUT
|
||||||
at_exit {
|
at_exit {
|
||||||
out.puts [Marshal.dump($!)].pack('m'), "assertions=\#{self._assertions}"
|
out.puts [Marshal.dump($!)].pack('m'), "assertions=#{self._assertions}"
|
||||||
}
|
}
|
||||||
Test::Unit::Runner.class_variable_set(:@@stop_auto_run, true) if defined?(Test::Unit::Runner)
|
Test::Unit::Runner.class_variable_set(:@@stop_auto_run, true) if defined?(Test::Unit::Runner)
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче