Ver a proveniência

ft:测试添加

master
SisMaker há 4 anos
ascendente
cometimento
2061416e48
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/test/recon-2.5.1/test.erl

+ 2
- 2
src/test/recon-2.5.1/test.erl Ver ficheiro

@ -339,13 +339,13 @@ tt_f12() ->
tt_f21() ->
?MEM_INFO_INIT(),
A = io_lib:format("~w", [get_test()]),
A = io_lib:format("~w", [get_test2()]),
?MEM_INFO_PRINT(0),
A.
tt_f22() ->
?MEM_INFO_INIT(),
A = eFmt:format("~w", [get_test()]),
A = eFmt:format("~w", [get_test2()]),
?MEM_INFO_PRINT(0),
A.

Carregando…
Cancelar
Guardar