Explorar el Código

添加测试

master
SisMaker hace 4 años
padre
commit
da7852369f
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      src/testCase/utTryCatchCase.erl

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

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

Cargando…
Cancelar
Guardar