This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eUtils
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加测试
master
SisMaker
4 years ago
parent
da7852369f
commit
0c45d7aaa9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/testCase/utTryCatchCase.erl
+ 2
- 2
src/testCase/utTryCatchCase.erl
View File
@ -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
)
.
Write
Preview
Loading…
Cancel
Save