Fix eunit test broken by 3f8982cb

This commit is contained in:
Scott Lystig Fritchie 2015-07-07 15:01:50 +09:00
parent badcfa3064
commit 009b3f44af

View file

@ -66,7 +66,7 @@ smoke_test2() ->
end || Pid <- [a_chmgr,b_chmgr,c_chmgr] ] end || Pid <- [a_chmgr,b_chmgr,c_chmgr] ]
end, end,
_ = lists:foldl( _ = lists:foldl(
fun(_, [{c,[a,b,c]}]=Acc) -> Acc; fun(_, [{a,[a,b,c]}]=Acc) -> Acc;
(_, _Acc) -> (_, _Acc) ->
TickAll(), % has some sleep time inside TickAll(), % has some sleep time inside
Xs = [begin Xs = [begin