Przeglądaj źródła

添加测试

master
SisMaker 4 lat temu
rodzic
commit
fb441fd318
1 zmienionych plików z 8 dodań i 0 usunięć
  1. +8
    -0
      src/testCase/utTryCatchCase.erl

+ 8
- 0
src/testCase/utTryCatchCase.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz