--| 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 fix-constrained-actual-generic test_description An entity of type `HASH_TABLE [STRING, DOUBLE]' is reported to violate VTCG (VTGD(2)) and then the error is fixed by changing DOUBLE to STRING copy_sub Ace $TEST Ace define HASHABLE_TYPE "TEST" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VTCG -- VTGD(2) define HASHABLE_TYPE "STRING" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end