aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_preceding_sibling.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_preceding_sibling.rb')
-rw-r--r--test/rexml/test_preceding_sibling.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rexml/test_preceding_sibling.rb b/test/rexml/test_preceding_sibling.rb
index c892b9400e..632e4dad85 100644
--- a/test/rexml/test_preceding_sibling.rb
+++ b/test/rexml/test_preceding_sibling.rb
@@ -2,8 +2,6 @@
require 'test/unit'
require 'rexml/document'
-p [REXML::VERSION, RUBY_VERSION, RUBY_RELEASE_DATE]
-
# daz - for report by Dan Kohn in:
# http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/156328
class XPathTesterDd < Test::Unit::TestCase