1
1
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:
joshvera 2018-08-08 14:25:19 -04:00
parent 1fc75519fe
commit 77213d72e4

View File

@ -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]