summary refs log tree commit diff stats
path: root/tests/bind/tbindoverload.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bind/tbindoverload.nim')
-rw-r--r--tests/bind/tbindoverload.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/bind/tbindoverload.nim b/tests/bind/tbindoverload.nim
deleted file mode 100644
index 6f5bb339e..000000000
--- a/tests/bind/tbindoverload.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-import strtabs
-
-template t*() =
-  block:
-    bind newStringTable
-    discard {"Content-Type": "text/html"}.newStringTable()
-
-    discard {:}.newStringTable
-
-#discard {"Content-Type": "text/html"}.newStringTable()
-
-t()