summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:01:25 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-27 12:01:25 +0000
commiteffcb9a712ead5e0cb0e30a42fff263b44cb0752 (patch)
tree3e6a6fb92afb785c3fd6725ee3e5ca0cebfffa2b /test
parentbef1b7f1ca0dc66443f44bc02e8033d527eec307 (diff)
* test/rexml/test_comment.rb: Remove needless REXML module wrapping.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/rexml/test_comment.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rexml/test_comment.rb b/test/rexml/test_comment.rb
index 2180cf5c3f..ebe3eead8d 100644
--- a/test/rexml/test_comment.rb
+++ b/test/rexml/test_comment.rb
@@ -2,7 +2,6 @@ require "test/unit/testcase"
require 'rexml/document'
-module REXML
module REXMLTest
class CommentTester < Test::Unit::TestCase
# Bug #5278
@@ -24,4 +23,3 @@ module REXMLTest
end
end
end
-end