mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Require no_check to have an associated annotation
This commit is contained in:
parent
09c38798e5
commit
76d4bea0f3
2 changed files with 4 additions and 4 deletions
|
@ -593,7 +593,7 @@ fn record_optional_field_function_use_default() {
|
|||
"#
|
||||
}
|
||||
|
||||
#[mono_test(no_check)]
|
||||
#[mono_test(no_check = "https://github.com/roc-lang/roc/issues/4694")]
|
||||
fn quicksort_help() {
|
||||
// do we still need with_larger_debug_stack?
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue