summaryrefslogtreecommitdiff
path: root/inttest/appup_src/appup_src_rt.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/appup_src/appup_src_rt.erl')
-rw-r--r--inttest/appup_src/appup_src_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/appup_src/appup_src_rt.erl b/inttest/appup_src/appup_src_rt.erl
index 7530aa4..0131972 100644
--- a/inttest/appup_src/appup_src_rt.erl
+++ b/inttest/appup_src/appup_src_rt.erl
@@ -26,7 +26,7 @@
%% -------------------------------------------------------------------
-module(appup_src_rt).
--compile(export_all).
+-export([setup/1, files/0, run/1]).
-include_lib("eunit/include/eunit.hrl").