Ver código fonte

添加测试

master
SisMaker 4 anos atrás
pai
commit
da7852369f
1 arquivos alterados com 4 adições e 4 exclusões
  1. +4
    -4
      src/testCase/utTryCatchCase.erl

+ 4
- 4
src/testCase/utTryCatchCase.erl Ver arquivo

@ -263,13 +263,13 @@ makeException(Type) ->
_ -> ignore
end.
comRet() ->
comRet(_, _) ->
ok.
throwRet() ->
throwRet(_, _) ->
throw(ok).
comRet1() ->
comRet1(_, _) ->
A = {tuple, 11},
F = A,
case F of
@ -280,7 +280,7 @@ comRet1() ->
end,
ok.
throwRet1() ->
throwRet1(_, _) ->
A = {tuple, 11},
F = A,
case F of

Carregando…
Cancelar
Salvar