summaryrefslogtreecommitdiff
path: root/tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py')
-rw-r--r--tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py b/tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py
new file mode 100644
index 000000000..1272f4ee0
--- /dev/null
+++ b/tests/plugins/loading/plugins/setupnotfunction/setupnotfunction.py
@@ -0,0 +1,6 @@
+# A plugin's setup symbol is supposed to be a function
+# which returns the plugin type.
+#
+# This plugin's setup symbol is not such a function.
+
+setup = 9