瀏覽代碼

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").

Loading…
取消
儲存