[前][次][番号順一覧][スレッド一覧]

ruby-changes:67992

From: Hiroshi <ko1@a...>
Date: Wed, 15 Sep 2021 08:53:45 +0900 (JST)
Subject: [ruby-changes:67992] 845ab32a29 (master): [ruby/racc] Ignored loading CoreAssertions in test case

https://git.ruby-lang.org/ruby.git/commit/?id=845ab32a29

From 845ab32a2911f9a857e1a91551465d1cb1f70996 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 14 Sep 2021 21:26:42 +0900
Subject: [ruby/racc] Ignored loading CoreAssertions in test case

https://github.com/ruby/racc/commit/1f8b05b298
---
 test/racc/helper.rb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index 146beb5..d5f9dad 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -3,11 +3,6 @@ $VERBOSE = true https://github.com/ruby/ruby/blob/trunk/test/racc/helper.rb#L3
 begin
 
 require 'test/unit'
-begin
-  require_relative './lib/core_assertions'
-  Test::Unit::TestCase.include Test::Unit::CoreAssertions
-rescue LoadError
-end
 require 'racc/static'
 require 'fileutils'
 require 'tempfile'
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]