Browse Source

添加测试

master
SisMaker 4 years ago
parent
commit
da7852369f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/testCase/utTryCatchCase.erl

+ 4
- 4
src/testCase/utTryCatchCase.erl View File

@ -263,13 +263,13 @@ makeException(Type) ->
_ -> ignore _ -> ignore
end. end.
comRet() ->
comRet(_, _) ->
ok. ok.
throwRet() ->
throwRet(_, _) ->
throw(ok). throw(ok).
comRet1() ->
comRet1(_, _) ->
A = {tuple, 11}, A = {tuple, 11},
F = A, F = A,
case F of case F of
@ -280,7 +280,7 @@ comRet1() ->
end, end,
ok. ok.
throwRet1() ->
throwRet1(_, _) ->
A = {tuple, 11}, A = {tuple, 11},
F = A, F = A,
case F of case F of

Loading…
Cancel
Save