瀏覽代碼

添加测试

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.

Loading…
取消
儲存