summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 7045d16f4f..5e1769a792 100644
--- a/string.c
+++ b/string.c
@@ -1323,7 +1323,7 @@ str_shared_replace(VALUE str, VALUE str2)
int cr;
int termlen;
- ASSUME(str2 != str);
+ RUBY_ASSERT(str2 != str);
enc = STR_ENC_GET(str2);
cr = ENC_CODERANGE(str2);
str_discard(str);