summaryrefslogtreecommitdiff
path: root/inttest/tplugins/bad_plugin.erl
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/tplugins/bad_plugin.erl')
-rw-r--r--inttest/tplugins/bad_plugin.erl7
1 files changed, 7 insertions, 0 deletions
diff --git a/inttest/tplugins/bad_plugin.erl b/inttest/tplugins/bad_plugin.erl
new file mode 100644
index 0000000..77ec01b
--- /dev/null
+++ b/inttest/tplugins/bad_plugin.erl
@@ -0,0 +1,7 @@
+-module(bad_plugin).
+-compile(export_all).
+
+%% this plugin contains numerous DELIBERATE syntax errors
+
+fwibble(Config, _) >
+ file:delete("fwibble.test")