summaryrefslogtreecommitdiff
path: root/test/rexml/test_comment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_comment.rb')
-rw-r--r--test/rexml/test_comment.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_comment.rb b/test/rexml/test_comment.rb
index ebe3eead8d..2180cf5c3f 100644
--- a/test/rexml/test_comment.rb
+++ b/test/rexml/test_comment.rb
@@ -2,6 +2,7 @@ require "test/unit/testcase"
require 'rexml/document'
+module REXML
module REXMLTest
class CommentTester < Test::Unit::TestCase
# Bug #5278
@@ -23,3 +24,4 @@ module REXMLTest
end
end
end
+end