summary refs log tree commit diff stats
path: root/tests/ccgbugs/tccgen1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccgbugs/tccgen1.nim')
-rw-r--r--tests/ccgbugs/tccgen1.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/tccgen1.nim b/tests/ccgbugs/tccgen1.nim
index 4917c9848..be571de08 100644
--- a/tests/ccgbugs/tccgen1.nim
+++ b/tests/ccgbugs/tccgen1.nim
@@ -7,7 +7,7 @@ type
     Features: seq[Feature] # Read-Only
 
   PNode* = ref Node
-  Node = object {.inheritable.}
+  Node {.inheritable.} = object
     attributes*: seq[PAttr]
     childNodes*: seq[PNode]
     FLocalName: string # Read-only