aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins')
-rw-r--r--test/plugins/a.py9
-rw-r--r--test/plugins/syntaxerr.py3
2 files changed, 0 insertions, 12 deletions
diff --git a/test/plugins/a.py b/test/plugins/a.py
deleted file mode 100644
index 0a21b619..00000000
--- a/test/plugins/a.py
+++ /dev/null
@@ -1,9 +0,0 @@
-
-var = 0
-def here(ctx):
- global var
- var += 1
- return var
-
-def errargs():
- pass
diff --git a/test/plugins/syntaxerr.py b/test/plugins/syntaxerr.py
deleted file mode 100644
index 219d6b84..00000000
--- a/test/plugins/syntaxerr.py
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-a +