diff options
Diffstat (limited to 'tests/misc/mspellsuggest.nim')
-rw-r--r-- | tests/misc/mspellsuggest.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/misc/mspellsuggest.nim b/tests/misc/mspellsuggest.nim deleted file mode 100644 index ad449554f..000000000 --- a/tests/misc/mspellsuggest.nim +++ /dev/null @@ -1,7 +0,0 @@ -proc fooBar4*(a: int) = discard -var fooBar9* = 0 - -var fooCar* = 0 -type FooBar* = int -type FooCar* = int -type GooBa* = int |