summaryrefslogtreecommitdiff
path: root/inttest/tplugins/test_plugin.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/tplugins/test_plugin.erl
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-eb2512ff3fcf509368bbb9a76b906b350c2c4eb2.tar.gz
inttest/*: do not export_all
Diffstat (limited to 'inttest/tplugins/test_plugin.erl')
-rw-r--r--inttest/tplugins/test_plugin.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/inttest/tplugins/test_plugin.erl b/inttest/tplugins/test_plugin.erl
index 461247c..5b8494f 100644
--- a/inttest/tplugins/test_plugin.erl
+++ b/inttest/tplugins/test_plugin.erl
@@ -1,5 +1,6 @@
-module(test_plugin).
--compile(export_all).
+
+-export([fwibble/2]).
fwibble(Config, _) ->
Pwd = rebar_utils:get_cwd(),