--| 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 none-then-tuple-generic test_description A class has a feature of type `PROCEDURE [TEST, NONE]'. After the compiler correctly detects a VJAR error, NONE is changed to TUPLE, thereby making the class correct. When compilation is resumed, the compiler dies. copy_sub Ace $TEST Ace define GENERIC2 "NONE" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VJAR define GENERIC2 "TUPLE" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end