Browse Source

Remove export_all directive

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
b70f374f89
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/rebar_eunit.erl

+ 2
- 3
src/rebar_eunit.erl View File

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

Loading…
Cancel
Save