mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
don't try to run dbg with roc run
This commit is contained in:
parent
adddc1ff70
commit
5cb47939e2
2 changed files with 13 additions and 11 deletions
|
@ -158,7 +158,7 @@ impl LlvmBackendMode {
|
|||
}
|
||||
}
|
||||
|
||||
fn runs_expects(self) -> bool {
|
||||
pub(crate) fn runs_expects(self) -> bool {
|
||||
match self {
|
||||
LlvmBackendMode::Binary => false,
|
||||
LlvmBackendMode::BinaryDev => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue