--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name change-generic-parm-count test_description Changing the number of formal generic parameters in an inherited class which is already generic copy_sub Ace $TEST Ace define INHERITANCE "inherit TEST2 [INTEGER]" define CLASS_HEADER "class TEST2 [G]" copy_sub test.e $CLUSTER test.e copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok define INHERITANCE "inherit TEST2 [INTEGER, REAL, STRING]" define CLASS_HEADER "class TEST2 [G, H, I]" copy_sub test.e $CLUSTER test.e copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok test_end