Ver código fonte

ft:测试添加

master
SisMaker 4 anos atrás
pai
commit
2061416e48
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/test/recon-2.5.1/test.erl

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

@ -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
Salvar