summaryrefslogtreecommitdiff
path: root/inttest/appup_src_2/appup_src_rt_2.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/appup_src_2/appup_src_rt_2.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/appup_src_2/appup_src_rt_2.erl')
-rw-r--r--inttest/appup_src_2/appup_src_rt_2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/appup_src_2/appup_src_rt_2.erl b/inttest/appup_src_2/appup_src_rt_2.erl
index fff6f62..e855a96 100644
--- a/inttest/appup_src_2/appup_src_rt_2.erl
+++ b/inttest/appup_src_2/appup_src_rt_2.erl
@@ -26,7 +26,7 @@
%% -------------------------------------------------------------------
-module(appup_src_rt_2).
--compile(export_all).
+-export([setup/1, files/0, run/1]).
-include_lib("eunit/include/eunit.hrl").