mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
Set up module ids properly
This commit is contained in:
parent
cbd6d50584
commit
6b636d9539
3 changed files with 34 additions and 8 deletions
|
|
@ -704,10 +704,7 @@ mod test_snapshots {
|
|||
// This is the current list as of writing.
|
||||
// We should be driving these down to zero over time.
|
||||
// Adding this protection in now to avoid accidentally adding more.
|
||||
"all_the_bangs"
|
||||
| "import_in_closure_with_curlies_after"
|
||||
| "inline_import"
|
||||
| "newline_before_import_curlies" => true,
|
||||
"all_the_bangs" => true,
|
||||
|
||||
// When adding new snapshot tests, strongly prefer fixing any canonicalization panics
|
||||
// they may run into rather than adding them to this list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue