소스 검색

添加测试

master
SisMaker 4 년 전
부모
커밋
fb441fd318
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/testCase/utTryCatchCase.erl

+ 8
- 0
src/testCase/utTryCatchCase.erl 파일 보기

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

불러오는 중...
취소
저장