瀏覽代碼

新增测试

master
SisMaker 4 年之前
父節點
當前提交
c7a85fa93d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/testCase/utTpfm.erl

+ 3
- 3
src/testCase/utTpfm.erl 查看文件

@ -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)).

Loading…
取消
儲存