diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-09-14 21:26:42 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-09-15 08:49:24 +0900 |
commit | 845ab32a2911f9a857e1a91551465d1cb1f70996 (patch) | |
tree | dc36c7d61180c80d2b466b614ca8edd12d6618b6 /test/racc | |
parent | 8f6b42e0cb5c41255b51d1d09086eb7748f9ac69 (diff) | |
download | ruby-845ab32a2911f9a857e1a91551465d1cb1f70996.tar.gz |
[ruby/racc] Ignored loading CoreAssertions in test case
https://github.com/ruby/racc/commit/1f8b05b298
Diffstat (limited to 'test/racc')
-rw-r--r-- | test/racc/helper.rb | 5 |
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' |