diff options
Diffstat (limited to 'tests/rodfiles/int2bool.nim')
-rw-r--r-- | tests/rodfiles/int2bool.nim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/rodfiles/int2bool.nim b/tests/rodfiles/int2bool.nim deleted file mode 100644 index bb0682844..000000000 --- a/tests/rodfiles/int2bool.nim +++ /dev/null @@ -1,7 +0,0 @@ - -{.overflowchecks: on.} - -converter uglyToBool*(x: int): bool = - result = x != 0 - - |