浏览代码

inttest: remove superfluous blank lines

pull/3/head
Tuncer Ayaz 13 年前
父节点
当前提交
e8557d262f
共有 2 个文件被更改,包括 0 次插入6 次删除
  1. +0
    -3
      inttest/tdeps1/tdeps1_rt.erl
  2. +0
    -3
      inttest/tdeps2/tdeps2_rt.erl

+ 0
- 3
inttest/tdeps1/tdeps1_rt.erl 查看文件

@ -30,14 +30,11 @@ run(_Dir) ->
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
{ok, _} = retest_sh:run("./rebar get-deps compile", []),
true = filelib:is_regular("ebin/a.beam"),
ok.
%%
%% Generate the contents of a simple .app file
%%

+ 0
- 3
inttest/tdeps2/tdeps2_rt.erl 查看文件

@ -38,12 +38,9 @@ run(_Dir) ->
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
{ok, _} = retest_sh:run("./rebar -v get-deps compile", []),
ok.
%%
%% Generate the contents of a simple .app file
%%

正在加载...
取消
保存