Files
Nim/tests
Zahary Karadjov 7e44015491 implemented return type inference
Other fixes:
* bind once is now the default for type classes as documented in the manual
* fixes an issue in template overloading (erroneous  ambiguity when different typedesc params were used)
2012-10-03 01:59:49 +03:00
..
2012-09-28 14:30:48 +03:00
2011-11-12 12:17:44 +01:00
2012-07-24 01:14:21 +02:00
2012-09-13 00:12:14 +02:00
2012-09-18 00:36:48 +02:00
2012-10-03 01:59:49 +03:00
2012-09-21 19:31:18 +02:00
2012-02-02 00:16:33 +01:00
2012-09-21 16:28:57 +02:00

This directory contains the test cases.
Each test must have a filename of the form: ``t*.nim``

Each test can contain a spec in a ``discard """"""`` block.

The folder ``rodfiles`` contains special tests that test incremental 
compilation via symbol files.

The folder ``dll`` contains simple DLL tests.