Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
eUtils
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
添加测试
master
SisMaker
hace 4 años
padre
0c45d7aaa9
commit
28aa7cdc74
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/testCase/utTryCatchCase.erl
+ 1
- 1
src/testCase/utTryCatchCase.erl
Ver fichero
@ -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
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar