Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
eUtils
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
添加测试
master
SisMaker
4 anni fa
parent
0c45d7aaa9
commit
28aa7cdc74
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/testCase/utTryCatchCase.erl
+ 1
- 1
src/testCase/utTryCatchCase.erl
Vedi 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
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva