summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-14 21:26:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-15 08:49:24 +0900
commit845ab32a2911f9a857e1a91551465d1cb1f70996 (patch)
treedc36c7d61180c80d2b466b614ca8edd12d6618b6 /test
parent8f6b42e0cb5c41255b51d1d09086eb7748f9ac69 (diff)
[ruby/racc] Ignored loading CoreAssertions in test case
https://github.com/ruby/racc/commit/1f8b05b298
Diffstat (limited to 'test')
-rw-r--r--test/racc/helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index 146beb5a73..d5f9dad23f 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -3,11 +3,6 @@ $VERBOSE = true
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'