diff options
-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 .} |