diff options
Diffstat (limited to 'lib/eunit/src/eunit_lib.erl')
| -rw-r--r-- | lib/eunit/src/eunit_lib.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eunit/src/eunit_lib.erl b/lib/eunit/src/eunit_lib.erl index e340f50a3c..d1bd160ea1 100644 --- a/lib/eunit/src/eunit_lib.erl +++ b/lib/eunit/src/eunit_lib.erl @@ -391,7 +391,7 @@ fun_parent(F) ->  -ifdef(TEST).  fun_parent_test() -> -    {?MODULE,fun_parent_test,0} = fun_parent(fun () -> ok end). +    {?MODULE,fun_parent_test,0} = fun_parent(fun (A) -> {ok,A} end).  -endif.  %% ---------------------------------------------------------------------  | 
