summary refs log tree commit diff stats
path: root/tests/accept/run/thintoff.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/thintoff.nim')
-rwxr-xr-xtests/accept/run/thintoff.nim6
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