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
0c45d7aaa9
commit
28aa7cdc74
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/testCase/utTryCatchCase.erl
+ 1
- 1
src/testCase/utTryCatchCase.erl
View File
@ -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
.
Write
Preview
Loading…
Cancel
Save