mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
emit invoke again to see what's up here
This commit is contained in:
commit
5171d181ac
37 changed files with 1367 additions and 1129 deletions
|
@ -279,6 +279,7 @@ macro_rules! assert_llvm_evals_to {
|
|||
|
||||
let transform = |success| {
|
||||
let expected = $expected;
|
||||
#[allow(clippy::redundant_closure_call)]
|
||||
let given = $transform(success);
|
||||
assert_eq!(&given, &expected);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue