summaryrefslogtreecommitdiff
path: root/inttest/t_custom_config/custom_config.erl
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2017-08-19 23:22:52 +0100
committerGitHub <noreply@github.com>2017-08-19 23:22:52 +0100
commit67615eda49682c592418a95371689ebc4d626c48 (patch)
tree2ae5be0262c38fe90223ce6455e7af104434c8a3 /inttest/t_custom_config/custom_config.erl
parent5047ad267296d61ee824b1fbcdeec7e2ce5e44ba (diff)
parenteb2512ff3fcf509368bbb9a76b906b350c2c4eb2 (diff)
downloadrebar-67615eda49682c592418a95371689ebc4d626c48.tar.gz
Merge pull request #641 from tuncer/fix-inttest-export_all
inttest/*: do not export_all
Diffstat (limited to 'inttest/t_custom_config/custom_config.erl')
-rw-r--r--inttest/t_custom_config/custom_config.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/t_custom_config/custom_config.erl b/inttest/t_custom_config/custom_config.erl
index 8656201..de964b4 100644
--- a/inttest/t_custom_config/custom_config.erl
+++ b/inttest/t_custom_config/custom_config.erl
@@ -1,6 +1,6 @@
-module(custom_config).
--compile(export_all).
+-export([test/0]).
test() ->
ok.