diff options
Diffstat (limited to 'tests/objects/tobjects.nim')
-rw-r--r-- | tests/objects/tobjects.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objects/tobjects.nim b/tests/objects/tobjects.nim index 06fa15583..2f46b46b5 100644 --- a/tests/objects/tobjects.nim +++ b/tests/objects/tobjects.nim @@ -18,7 +18,7 @@ type of 0: arg: char of 1: s: string else: wtf: bool - + var x: TMyObject |