diff options
author | Araq <rumpf_a@web.de> | 2012-07-15 08:43:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-15 08:43:05 +0200 |
commit | 96be38e79419d646190fa16122804edef7b51f8a (patch) | |
tree | 2844b858514c4c0ec863ecf4fa9f81c85e65b552 | |
parent | d2872748c2913ff9139185a42737030f36a46440 (diff) | |
download | Nim-96be38e79419d646190fa16122804edef7b51f8a.tar.gz |
made a test green again
-rwxr-xr-x | doc/manual.txt | 6 | ||||
-rwxr-xr-x | examples/lazarus/nimlaz.lpi | 2 | ||||
-rw-r--r-- | tests/reject/tenummix.nim | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 201d7be5e..543d5d3c1 100755 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -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 {. diff --git a/examples/lazarus/nimlaz.lpi b/examples/lazarus/nimlaz.lpi index 13417a09a..3b9abd129 100755 --- a/examples/lazarus/nimlaz.lpi +++ b/examples/lazarus/nimlaz.lpi @@ -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"/> diff --git a/tests/reject/tenummix.nim b/tests/reject/tenummix.nim index 8965ab3c3..c9ea9a8f8 100644 --- a/tests/reject/tenummix.nim +++ b/tests/reject/tenummix.nim @@ -1,6 +1,6 @@ discard """ file: "system.nim" - line: 678 + line: 637 errormsg: "type mismatch" """ |