summary refs log tree commit diff stats
path: root/tests/mambsys1.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-24 01:04:39 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-24 01:04:39 +0100
commitf41bd71e6152174c3b0819c7549fa431e8a01222 (patch)
tree35bec88bad6f84e9551316888744037e8d15e598 /tests/mambsys1.nim
parent6da95ed9ca899db702c6a7b17d2d7db14dbb0de4 (diff)
downloadNim-f41bd71e6152174c3b0819c7549fa431e8a01222.tar.gz
SQLite wrapper
Diffstat (limited to 'tests/mambsys1.nim')
-rw-r--r--tests/mambsys1.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/mambsys1.nim b/tests/mambsys1.nim
deleted file mode 100644
index 5472b5ae4..000000000
--- a/tests/mambsys1.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-import mambsys2 # import TExport

-

-type

-  TExport* = enum x, y, z

-

-proc foo*(x: int) =

-  nil