diff options
Diffstat (limited to 'tests/macros/tsame_name_497.nim')
-rw-r--r-- | tests/macros/tsame_name_497.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/macros/tsame_name_497.nim b/tests/macros/tsame_name_497.nim index e49f9f6d8..ed5d5c6d8 100644 --- a/tests/macros/tsame_name_497.nim +++ b/tests/macros/tsame_name_497.nim @@ -1,3 +1,7 @@ +discard """ + disabled: true +""" + import macro_bug type TObj = object |