summaryrefslogtreecommitdiff
path: root/server/test/implementation/bug.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/implementation/bug.lua')
-rw-r--r--server/test/implementation/bug.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/server/test/implementation/bug.lua b/server/test/implementation/bug.lua
deleted file mode 100644
index b0e890ca..00000000
--- a/server/test/implementation/bug.lua
+++ /dev/null
@@ -1,15 +0,0 @@
-TEST [[
-local <!x!>
-function _(x)
-end
-function _()
- <?x?>
-end
-]]
-
-TEST [[
-function _(<!x!>)
- do return end
- <?x?> = 1
-end
-]]