From 2d54b850894004ad8116f804b6c0c2f013a5b7a2 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 27 Oct 2011 23:25:34 +0200 Subject: compilation cache: tests now part of test suite --- tests/rodfiles/int2bool.nim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/rodfiles/int2bool.nim (limited to 'tests/rodfiles/int2bool.nim') diff --git a/tests/rodfiles/int2bool.nim b/tests/rodfiles/int2bool.nim new file mode 100644 index 000000000..e6add9848 --- /dev/null +++ b/tests/rodfiles/int2bool.nim @@ -0,0 +1,5 @@ + +converter uglyToBool*(x: int): bool = + result = x != 0 + + -- cgit 1.4.1-2-gfad0