From c7a85fa93d76c427d67a5caf0678bd0c6ae06997 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Sat, 5 Dec 2020 17:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/testCase/utTpfm.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/testCase/utTpfm.erl b/src/testCase/utTpfm.erl index 01ffd0b..a9c4900 100644 --- a/src/testCase/utTpfm.erl +++ b/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)). \ No newline at end of file + erlang:put(pdVpSize, 0), + tPd(N -1, erlang:get(pdVpSize)).