From d913fdb2800d83680e413cd8a5f07b7f85deac6e Mon Sep 17 00:00:00 2001 From: "rumpf_a@web.de" <> Date: Sun, 21 Feb 2010 19:42:36 +0100 Subject: start of tests refactoring; sqlite3 new wrapper fixes --- tests/tstrdesc.nim | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/tstrdesc.nim (limited to 'tests/tstrdesc.nim') diff --git a/tests/tstrdesc.nim b/tests/tstrdesc.nim deleted file mode 100644 index 1c2e85b4b..000000000 --- a/tests/tstrdesc.nim +++ /dev/null @@ -1,14 +0,0 @@ -var - x: array [0..2, int] - -x = [0, 1, 2] - -type - TStringDesc {.final.} = object - len, space: int # len and space without counting the terminating zero - data: array [0..0, char] # for the '\0' character - -var - emptyString {.exportc: "emptyString".}: TStringDesc - - -- cgit 1.4.1-2-gfad0