瀏覽代碼

添加测试

master
SisMaker 4 年之前
父節點
當前提交
0c45d7aaa9
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/testCase/utTryCatchCase.erl

+ 2
- 2
src/testCase/utTryCatchCase.erl 查看文件

@ -267,7 +267,7 @@ comRet(_, _) ->
ok.
throwRet(_, _) ->
throw(ok).
catch throw(ok).
comRet1(_, _) ->
A = {tuple, 11},
@ -289,6 +289,6 @@ throwRet1(_, _) ->
_ ->
A
end,
throw(ok).
catch throw(ok).

Loading…
取消
儲存