summary refs log tree commit diff stats
path: root/tests/accept/run/txmlgen.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/txmlgen.nim')
-rwxr-xr-xtests/accept/run/txmlgen.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/accept/run/txmlgen.nim b/tests/accept/run/txmlgen.nim
deleted file mode 100755
index 56ca42d53..000000000
--- a/tests/accept/run/txmlgen.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-import xmlgen
-
-var nim = "Nimrod"
-echo h1(a(href="http://force7.de/nimrod", nim))
-
-