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