diff options
Diffstat (limited to 'compiler/testability.nim')
-rw-r--r-- | compiler/testability.nim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/testability.nim b/compiler/testability.nim deleted file mode 100644 index 4587a5344..000000000 --- a/compiler/testability.nim +++ /dev/null @@ -1,5 +0,0 @@ -template tests*(body: stmt) {.immediate.} = - when defined(selftest): - when not declared(unittest): import unittest - body - |