summaryrefslogtreecommitdiff
path: root/inttest/rebar3_deps1/a.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/rebar3_deps1/a.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/rebar3_deps1/a.erl')
-rw-r--r--inttest/rebar3_deps1/a.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/rebar3_deps1/a.erl b/inttest/rebar3_deps1/a.erl
index 835522a..897b963 100644
--- a/inttest/rebar3_deps1/a.erl
+++ b/inttest/rebar3_deps1/a.erl
@@ -1,6 +1,6 @@
-module(a).
--compile(export_all).
+-export([hello/0]).
-include_lib("b/include/b.hrl").