summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndrei Formiga <archimedes_siracusa@hotmail.com>2016-05-27 19:38:54 -0300
committerAndrei Formiga <archimedes_siracusa@hotmail.com>2016-05-27 19:38:54 -0300
commit929865ff628322da213f2296b6dcef3f4107129f (patch)
tree18762492429cc59da1522911ccca6cc07071ad9a
parentc439ef2e71f6c98aa0a9de1d2036a5422454171c (diff)
downloadNim-929865ff628322da213f2296b6dcef3f4107129f.tar.gz
Deleted test for fix #4001
-rw-r--r--tests/pragmas/thintoff.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pragmas/thintoff.nim b/tests/pragmas/thintoff.nim
deleted file mode 100644
index 7a5b344e6..000000000
--- a/tests/pragmas/thintoff.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-# issue #4001
-discard """
-  errormsg: "invalid pragma: hint[]: off"
-"""
-
-{. hint[]: off .}