summaryrefslogtreecommitdiff
path: root/test/rexml/test_encoding_2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_encoding_2.rb')
-rw-r--r--test/rexml/test_encoding_2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_encoding_2.rb b/test/rexml/test_encoding_2.rb
index 2e845b58a0..6a985f3897 100644
--- a/test/rexml/test_encoding_2.rb
+++ b/test/rexml/test_encoding_2.rb
@@ -44,7 +44,7 @@ END
end
end
- if broken_encodings > 0
+ if broken_encodings > 0
fail "There were #{broken_encodings} encoding failures out of #{UnixCharsets.size} plus some REXML internal encodings"
else
fail "There were no encoding failures"