mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix interface name
This commit is contained in:
parent
ec40c3aa0e
commit
b1784768fa
1 changed files with 2 additions and 2 deletions
|
@ -853,7 +853,7 @@ mod test {
|
|||
run_expect_test(
|
||||
indoc!(
|
||||
r#"
|
||||
interface A exposes [] imports []
|
||||
interface Test exposes [] imports []
|
||||
|
||||
NonEmpty := [
|
||||
First Str U8,
|
||||
|
@ -899,7 +899,7 @@ mod test {
|
|||
run_expect_test(
|
||||
indoc!(
|
||||
r#"
|
||||
interface A exposes [] imports []
|
||||
interface Test exposes [] imports []
|
||||
|
||||
makeForcer : {} -> (Str -> U8)
|
||||
makeForcer = \{} -> \_ -> 2u8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue