From 96be38e79419d646190fa16122804edef7b51f8a Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 15 Jul 2012 08:43:05 +0200 Subject: [PATCH] made a test green again --- doc/manual.txt | 6 ++---- examples/lazarus/nimlaz.lpi | 2 +- tests/reject/tenummix.nim | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/manual.txt b/doc/manual.txt index 201d7be5e4..543d5d3c16 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 13417a09ae..3b9abd1295 100755 --- a/examples/lazarus/nimlaz.lpi +++ b/examples/lazarus/nimlaz.lpi @@ -51,7 +51,7 @@ - + diff --git a/tests/reject/tenummix.nim b/tests/reject/tenummix.nim index 8965ab3c3b..c9ea9a8f8d 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" """