Sfoglia il codice sorgente

添加测试

master
SisMaker 4 anni fa
parent
commit
28aa7cdc74
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/testCase/utTryCatchCase.erl

+ 1
- 1
src/testCase/utTryCatchCase.erl Vedi File

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

Caricamento…
Annulla
Salva