Ver código fonte

添加测试

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

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

@ -237,7 +237,7 @@ testTryCatch2(Type, TestLoop) ->
catch
Type:Reason:Strace ->
case TestLoop of
true -> ok;
true -> Strace;
false -> io:format("try .. catch block caught exception of ~p: ~p: ~p:~n", [Type, Reason, Strace])
end
end.

Carregando…
Cancelar
Salvar