Explorar el Código

添加测试

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

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

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

Cargando…
Cancelar
Guardar