Ver código fonte

添加测试

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

+ 8
- 0
src/testCase/utTryCatchCase.erl Ver arquivo

@ -269,6 +269,14 @@ comRet(_, _) ->
throwRet(_, _) ->
catch throw(ok).
tryThrowRet(_, _) ->
try throw(ok) of
ok ->
ok
catch ok ->
ok
end.
comRet1(_, _) ->
A = {tuple, 11},
F = A,

Carregando…
Cancelar
Salvar