made a test green again

This commit is contained in:
Araq
2012-07-15 08:43:05 +02:00
parent d2872748c2
commit 96be38e794
3 changed files with 4 additions and 6 deletions

View File

@@ -3590,10 +3590,8 @@ strings automatically:
Dynlib pragma for import
------------------------
With the `dynlib`:idx: pragma a procedure can be imported from
a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX). The
non-optional argument has to be the name of the dynamic library:
a dynamic library (``.dll`` files for Windows, ``lib*.so`` files for UNIX).
The non-optional argument has to be the name of the dynamic library:
.. code-block:: Nimrod
proc gtk_image_new(): PGtkWidget {.

View File

@@ -51,7 +51,7 @@
<ResourceBaseClass Value="Form"/>
<UnitName Value="Unit1"/>
<CursorPos X="26" Y="27"/>
<TopLine Value="1"/>
<TopLine Value="2"/>
<EditorIndex Value="0"/>
<UsageCount Value="21"/>
<Loaded Value="True"/>

View File

@@ -1,6 +1,6 @@
discard """
file: "system.nim"
line: 678
line: 637
errormsg: "type mismatch"
"""