diff options
Diffstat (limited to 'tests/objvariant/tadrdisc.nim')
-rw-r--r-- | tests/objvariant/tadrdisc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objvariant/tadrdisc.nim b/tests/objvariant/tadrdisc.nim index a68dddf66..5e4e39a44 100644 --- a/tests/objvariant/tadrdisc.nim +++ b/tests/objvariant/tadrdisc.nim @@ -3,7 +3,7 @@ discard """ file: "tadrdisc.nim" line: 20 """ -# Test that the address of a dicriminants cannot be taken +# Test that the address of a discriminants cannot be taken type TKind = enum ka, kb, kc |