summaryrefslogtreecommitdiff
path: root/inttest/tplugins/bad_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/bad_plugin.erl
parent0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff)
downloadrebar-eb2512ff3fcf509368bbb9a76b906b350c2c4eb2.tar.gz
inttest/*: do not export_all
Diffstat (limited to 'inttest/tplugins/bad_plugin.erl')
-rw-r--r--inttest/tplugins/bad_plugin.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/inttest/tplugins/bad_plugin.erl b/inttest/tplugins/bad_plugin.erl
index 77ec01b..5730a6d 100644
--- a/inttest/tplugins/bad_plugin.erl
+++ b/inttest/tplugins/bad_plugin.erl
@@ -1,5 +1,6 @@
-module(bad_plugin).
--compile(export_all).
+
+-export([fwibble/2]).
%% this plugin contains numerous DELIBERATE syntax errors