--| 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-create test_description A class with a generic parameter with a constraint `-> STRING create xxx end' is compiled. The compiler correctly reports a VTCG error. When `xxx' is changed to `make' and compilation is resumed, compilation should finish but the compiler dies in degree 4 on the class. define CREATION_PROC "xxx" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VTGC(3) define CREATION_PROC "make" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end