Explorar el Código

Remove export_all directive

pull/3/head
Tuncer Ayaz hace 14 años
padre
commit
b70f374f89
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      src/rebar_eunit.erl

+ 2
- 3
src/rebar_eunit.erl Ver fichero

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

Cargando…
Cancelar
Guardar