diff options
author | Araq <rumpf_a@web.de> | 2015-02-09 12:42:00 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-10 20:19:45 +0100 |
commit | 247af96b00ae4d995bb668504e10d135fa95506d (patch) | |
tree | 880e186a87fb658c77c78c6df18bfdfc8c1d11ad /tests/module/mopaque.nim | |
parent | 3a8f7d505b3ddfe724af4237516b1ce46c533758 (diff) | |
download | Nim-247af96b00ae4d995bb668504e10d135fa95506d.tar.gz |
cleaned up some tests
Diffstat (limited to 'tests/module/mopaque.nim')
-rw-r--r-- | tests/module/mopaque.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/module/mopaque.nim b/tests/module/mopaque.nim deleted file mode 100644 index 7eee4bd96..000000000 --- a/tests/module/mopaque.nim +++ /dev/null @@ -1,7 +0,0 @@ -type - TLexer* {.final.} = object - line*: int - filename*: string - buffer: cstring - -proc noProcVar*(): int = 18 |