summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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