Explorar el Código

test

master v1.1.0
AICells hace 4 años
padre
commit
e777c449c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/test.erl

+ 1
- 1
test/test.erl Ver fichero

@ -55,7 +55,7 @@ tt3(N, Add) ->
tt3(N - 1, Add).
getFun(N) ->
getFun(N, #addressBook{}, 0).
getFun1(N, #addressBook{}, 0).
getFun1(0, Tuple, _A) ->
element(1, Tuple);

Cargando…
Cancelar
Guardar