Sfoglia il codice sorgente

添加测试

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

+ 8
- 0
src/testCase/utTryCatchCase.erl Vedi File

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

Caricamento…
Annulla
Salva