--| 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 nongeneric-to-generic test_description Changing an inherited class from non-generic to generic and then recompiling copy_sub Ace $TEST Ace define INHERITANCE "inherit TEST2" copy_sub test.e $CLUSTER test.e copy_raw test2.e $CLUSTER test2.e compile_melted compile_result ok define INHERITANCE "inherit TEST2 [INTEGER]" copy_sub test.e $CLUSTER test.e copy_raw test2_rev1.e $CLUSTER test2.e compile_melted compile_result ok test_end