--| 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 creation-bad-actual-generic test_description An invalid type used as actual generic parameters in an explicit type in a creation instruction should cause the compiler to report a VTEC or VTGD(2) error, but it does not. copy_sub Ace $TEST Ace define ACTUAL_GENERIC "HASH_TABLE [TEST1, TEST1]" copy_sub test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_raw test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VTCG -- VTGD(2) define ACTUAL_GENERIC "expanded TEST1" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VTEC(2) define ACTUAL_GENERIC "TEST2 [LIST [DOUBLE]]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VTCG -- VTGD(2) test_end