Skip to content

Commit

Permalink
add missing ToInspector case
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansconnect committed Nov 28, 2023
1 parent f0bd39b commit d478ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/compiler/test_derive/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ fn module_source_and_path(builtin: DeriveBuiltin) -> (ModuleId, &'static str, Pa
module_source(ModuleId::BOOL),
builtins_path.join("Bool.roc"),
),
DeriveBuiltin::ToInspector => (
ModuleId::INSPECT,
module_source(ModuleId::INSPECT),
builtins_path.join("Inspect.roc"),
),
}
}

Expand Down

0 comments on commit d478ec5

Please sign in to comment.