diff options
Diffstat (limited to 'ext/-test-/iter/break.c')
-rw-r--r-- | ext/-test-/iter/break.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/-test-/iter/break.c b/ext/-test-/iter/break.c index 78c7da6491..b72440f838 100644 --- a/ext/-test-/iter/break.c +++ b/ext/-test-/iter/break.c @@ -4,7 +4,8 @@ static VALUE iter_break_value(VALUE self, VALUE val) { rb_iter_break_value(val); - return self; /* not reached */ + + UNREACHABLE; } void |