From 845ab32a2911f9a857e1a91551465d1cb1f70996 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 14 Sep 2021 21:26:42 +0900 Subject: [PATCH] [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 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'