summaryrefslogtreecommitdiff
path: root/test/rebar_file_utils_tests.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-18 19:10:49 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-18 19:38:02 +0000
commitb55483c88960747d3951190c908ba9f7e8ee1134 (patch)
treeb9836ab5d691222261b209a9e8678bf0b0067613 /test/rebar_file_utils_tests.erl
parent2a52f60bea5468de6372753621e0461b5d1c428b (diff)
downloadrebar-b55483c88960747d3951190c908ba9f7e8ee1134.tar.gz
Fix Erlang 20 export_all warnings
Fix other warnings and whitespace errors as well.
Diffstat (limited to 'test/rebar_file_utils_tests.erl')
-rw-r--r--test/rebar_file_utils_tests.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rebar_file_utils_tests.erl b/test/rebar_file_utils_tests.erl
index c9b4192..ca5edf0 100644
--- a/test/rebar_file_utils_tests.erl
+++ b/test/rebar_file_utils_tests.erl
@@ -30,8 +30,6 @@
%% -------------------------------------------------------------------
-module(rebar_file_utils_tests).
--compile(export_all).
-
-include_lib("eunit/include/eunit.hrl").
-define(TMP_DIR, "tmp_file_utils").