aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_preceding_sibling.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-17 13:46:56 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-17 13:46:56 +0000
commit2a15d25a5941301b5be6bc29eb4ac97d5aafe3dc (patch)
tree32ed30c63502d98c54555945ded41a4d0161c662 /test/rexml/test_preceding_sibling.rb
parent146bf4fdafefc780d65f20c983d65f9cbe3bfe2d (diff)
downloadruby-2a15d25a5941301b5be6bc29eb4ac97d5aafe3dc.tar.gz
* test/rexml/: untabify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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