From 443293aaf09eca7c3b88d621d056c4effee2c248 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2012 17:54:18 +0200 Subject: Implement option class inheritance For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation. --- tests/parser/test-001.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/parser/test-001.cli') diff --git a/tests/parser/test-001.cli b/tests/parser/test-001.cli index 473a238..52f7f8e 100644 --- a/tests/parser/test-001.cli +++ b/tests/parser/test-001.cli @@ -2,5 +2,5 @@ // include ; include "types.hxx"; -include "common.cli"; -include "../parser/base.cli"; +include "test-001-common.cli"; +include "../parser/test-001-base.cli"; -- cgit v1.1