Explorar el Código

新增测试

master
SisMaker hace 4 años
padre
commit
c7a85fa93d
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      src/testCase/utTpfm.erl

+ 3
- 3
src/testCase/utTpfm.erl Ver fichero

@ -552,10 +552,10 @@ testHex(N, Mod, Fun, Args, _) ->
tTuple(0, _) ->
ok;
tTuple(N, {tag, OldN}) ->
tTuple(N -1, {tag, N}).
tTuple(N -1, {tag, OldN}).
tPd(0, _) ->
ok;
tPd(N, _) ->
erlang:put(pdVpSize, N),
tPd(N -1, erlang:get(pdVpSize)).
erlang:put(pdVpSize, 0),
tPd(N -1, erlang:get(pdVpSize)).

Cargando…
Cancelar
Guardar