diff options
Diffstat (limited to 'tests/accept/run/thintoff.nim')
-rwxr-xr-x | tests/accept/run/thintoff.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/accept/run/thintoff.nim b/tests/accept/run/thintoff.nim deleted file mode 100755 index 7aff283d6..000000000 --- a/tests/accept/run/thintoff.nim +++ /dev/null @@ -1,6 +0,0 @@ - -{.hint[XDeclaredButNotUsed]: off.} -var - x: int - -echo x #OUT 0 |