From 3f03c3af89b7c54e77b15dacb6c8017d85fce76c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 5 Jan 2016 17:19:11 +0000 Subject: [PATCH] test/chimaera.{sod,ref}: Make `Chimaera' less tolerant of tickling. Just happens to demonstrate inheritance of slot initializers. --- test/chimaera.ref | 2 +- test/chimaera.sod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/chimaera.ref b/test/chimaera.ref index 897e953..bb2c111 100644 --- a/test/chimaera.ref +++ b/test/chimaera.ref @@ -35,7 +35,7 @@ Sssss! tickle Chimaera #1... Munch! Bonk! -Sssss! +Nom! tickle Chimaera #2... Munch! Bonk! diff --git a/test/chimaera.sod b/test/chimaera.sod index 6d62fb6..0723ae1 100644 --- a/test/chimaera.sod +++ b/test/chimaera.sod @@ -45,6 +45,7 @@ class Serpent : Animal { [nick = sir, link = Animal] class Chimaera : Lion, Goat, Serpent { + serpent.limit = 1; } code c : user { -- 2.11.0