summaryrefslogtreecommitdiff
path: root/test/rexml
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml')
-rw-r--r--test/rexml/test_core.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/rexml/test_core.rb b/test/rexml/test_core.rb
index e781fe6e25..bcc72695e4 100644
--- a/test/rexml/test_core.rb
+++ b/test/rexml/test_core.rb
@@ -1145,9 +1145,7 @@ EOL
return skip_message
end
output = ""
- assert_nothing_raised do
- formatter.write(document, output)
- end
+ formatter.write(document, output)
assert_equal("<doc>\n" +
((" " + (" aaaa" * 15) + "\n") * (n / 15)) +
" " + ("aaaa " * (n % 15)) + "\n" +