ソースを参照

Remove export_all directive

pull/3/head
Tuncer Ayaz 14年前
コミット
b70f374f89
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      src/rebar_eunit.erl

+ 2
- 3
src/rebar_eunit.erl ファイルの表示

@ -43,9 +43,8 @@
%% -------------------------------------------------------------------
-module(rebar_eunit).
-export([eunit/2]).
-compile([export_all]).
-export([eunit/2,
clean/2]).
-include("rebar.hrl").

読み込み中…
キャンセル
保存