--| 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 	 validity-vcfg1-chg-generic
test_description Violate validity constraint VCFG1 by changing the name of a formal generic parameter of a generic class so that it is identical to the name of a class in the universe

copy_sub 	 Ace $TEST Ace
copy_raw 	 test.e  $CLUSTER test.e
define		 GENERIC WIMP
copy_sub 	 test1.e  $CLUSTER test1.e
compile_melted
compile_result 	 ok

define		 GENERIC TEST
copy_sub 	 test1.e  $CLUSTER test1.e
compile_melted
compile_result 	 validity_error TEST1 VCFG(1)

test_end