mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix unclosed brace
This commit is contained in:
parent
c21741a7e0
commit
65244d6383
1 changed files with 2 additions and 0 deletions
|
@ -643,6 +643,8 @@ macro_rules! assert_expect_failed {
|
|||
($src:expr, $expected:expr, $ty:ty, $transform:expr) => {
|
||||
$crate::helpers::llvm::assert_llvm_evals_to!($src, $expected, $ty, $transform, false);
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! expect_runtime_error_panic {
|
||||
($src:expr) => {{
|
||||
#[cfg(feature = "wasm-cli-run")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue