summary refs log tree commit diff stats
path: root/tests/rodfiles/int2bool.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rodfiles/int2bool.nim')
-rw-r--r--tests/rodfiles/int2bool.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/rodfiles/int2bool.nim b/tests/rodfiles/int2bool.nim
deleted file mode 100644
index e6add9848..000000000
--- a/tests/rodfiles/int2bool.nim
+++ /dev/null
@@ -1,5 +0,0 @@
-
-converter uglyToBool*(x: int): bool =
-  result = x != 0
-
-