diff options
Diffstat (limited to 'test/driver.c')
| -rw-r--r-- | test/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/driver.c b/test/driver.c index bcac73d25..f7fb1b6df 100644 --- a/test/driver.c +++ b/test/driver.c @@ -63,7 +63,7 @@ t_printstr(mrb_state *mrb, mrb_value obj) { char *s; int len; - + if (mrb_string_p(obj)) { s = RSTRING_PTR(obj); len = RSTRING_LEN(obj); |
