[PRISM] Replace assert with rb_bug
This commit is contained in:
parent
a96110f7ef
commit
83c158fdfc
@ -2589,7 +2589,7 @@ pm_scope_node_init(const pm_node_t *node, pm_scope_node_t *scope, pm_scope_node_
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
assert(false && "unreachable");
|
rb_bug("unreachable");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user