diff options
Diffstat (limited to 'test/racc/helper.rb')
-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' |