summary refs log tree commit diff stats
path: root/tests/module/mrecmod2.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-02-09 12:42:00 +0100
committerAraq <rumpf_a@web.de>2015-02-10 20:19:45 +0100
commit247af96b00ae4d995bb668504e10d135fa95506d (patch)
tree880e186a87fb658c77c78c6df18bfdfc8c1d11ad /tests/module/mrecmod2.nim
parent3a8f7d505b3ddfe724af4237516b1ce46c533758 (diff)
downloadNim-247af96b00ae4d995bb668504e10d135fa95506d.tar.gz
cleaned up some tests
Diffstat (limited to 'tests/module/mrecmod2.nim')
-rw-r--r--tests/module/mrecmod2.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/module/mrecmod2.nim b/tests/module/mrecmod2.nim
deleted file mode 100644
index 9557ce729..000000000
--- a/tests/module/mrecmod2.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-# Module B
-import trecmod2  
-
-proc p*(x: trecmod2.T1): trecmod2.T1 =
-  # this works because the compiler has already
-  # added T1 to trecmod2's interface symbol table
-  return x + 1
-  
-