Files
Nim/tests
Dominik Picheta 17ef758cc3 Fix processing of 'await' with a nnkCall.
Specifically, ``discard readMessages(disp, await disp.accept(server))``
works now, i.e. using 'await' as one of the params to a proc call.
2014-02-16 19:56:17 +00:00
..
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2012-10-19 20:45:26 +02:00
2014-02-14 15:49:44 +01:00
2014-01-23 08:47:22 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2012-07-24 01:14:21 +02:00
2014-02-14 23:47:06 +01:00
2014-01-13 02:10:03 +01:00
2014-02-14 02:29:19 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-02-07 18:49:41 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-02-09 02:37:49 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-14 01:12:56 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-22 17:32:38 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-02-14 23:47:06 +01:00
2014-01-22 17:32:38 +01:00
2014-01-13 02:10:03 +01:00
2014-01-20 20:07:44 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-02-10 12:45:00 -06:00
2014-01-22 17:32:38 +01:00
2014-02-12 16:15:34 -06:00
2013-12-10 20:48:18 +01:00
2014-01-13 02:10:03 +01:00
2014-02-14 02:02:01 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2014-01-13 02:10:03 +01:00
2013-03-16 23:53:07 +01:00
2013-03-16 23:53:07 +01:00
2012-02-02 00:16:33 +01: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.