--| 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 generic-root-to-nongeneric test_description Compile a system whose root class has a formal generic parameter and then remove the formal generic parameter from the root class and resume copy_sub Ace $TEST Ace define GENERICS "[G]" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VSRT(4) define GENERICS "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end