소스 검색

添加测试

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

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

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

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