mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Fix function call
This commit is contained in:
parent
1fc75519fe
commit
77213d72e4
@ -24,7 +24,7 @@ spec = parallel $ do
|
||||
|
||||
it "calls functions" $ do
|
||||
(_, expected) <- evaluate $ do
|
||||
identity <- function [name "x"] lowerBound (variable (name "x"))
|
||||
identity <- function Nothing [name "x"] lowerBound (variable (name "x"))
|
||||
recv <- box unit
|
||||
addr <- box (integer 123)
|
||||
call identity recv [addr]
|
||||
|
Loading…
Reference in New Issue
Block a user