зеркало из https://github.com/github/ruby.git
Remove `rb_bug` after COMPILE_ERROR
Fix test failures since 7afc16aa48
.
Why crash after reported compile error properly.
This commit is contained in:
Родитель
7afc16aa48
Коммит
b47533f67b
|
@ -5406,7 +5406,6 @@ pm_compile_node(rb_iseq_t *iseq, const pm_node_t *node, LINK_ANCHOR *const ret,
|
|||
}
|
||||
|
||||
COMPILE_ERROR(ERROR_ARGS "Invalid break");
|
||||
rb_bug("Invalid break");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче