chiark / gitweb /
Merge branches 'mdw/kwargs-fixes' and 'mdw/c11-fixes'
[sod] / test / chimaera.sod
index 6d62fb647bc536415a57703156010489e719877d..0723ae1e508e49aa273c18772f1a0f229000ac5f 100644 (file)
@@ -45,6 +45,7 @@ class Serpent : Animal {
 
 [nick = sir, link = Animal]
 class Chimaera : Lion, Goat, Serpent {
+  serpent.limit = 1;
 }
 
 code c : user {