summaryrefslogtreecommitdiff
path: root/inttest/app_src_script/app_src_script.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 16:47:53 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2017-08-19 17:23:53 +0000
commiteb2512ff3fcf509368bbb9a76b906b350c2c4eb2 (patch)
tree688b08d992a26a7a83d0984db6ca4d50326fea7b /inttest/app_src_script/app_src_script.erl
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-eb2512ff3fcf509368bbb9a76b906b350c2c4eb2.tar.gz
inttest/*: do not export_all
Diffstat (limited to 'inttest/app_src_script/app_src_script.erl')
-rw-r--r--inttest/app_src_script/app_src_script.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/app_src_script/app_src_script.erl b/inttest/app_src_script/app_src_script.erl
index 6372c92..3f2a19b 100644
--- a/inttest/app_src_script/app_src_script.erl
+++ b/inttest/app_src_script/app_src_script.erl
@@ -1,6 +1,6 @@
-module(app_src_script).
--compile(export_all).
+-export([test/0]).
test() ->
ok.