diff options
author | Andrei Formiga <archimedes_siracusa@hotmail.com> | 2016-05-27 19:38:54 -0300 |
---|---|---|
committer | Andrei Formiga <archimedes_siracusa@hotmail.com> | 2016-05-27 19:38:54 -0300 |
commit | 929865ff628322da213f2296b6dcef3f4107129f (patch) | |
tree | 18762492429cc59da1522911ccca6cc07071ad9a | |
parent | c439ef2e71f6c98aa0a9de1d2036a5422454171c (diff) | |
download | Nim-929865ff628322da213f2296b6dcef3f4107129f.tar.gz |
Deleted test for fix #4001
-rw-r--r-- | tests/pragmas/thintoff.nim | 6 |
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 .} |