--| 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 manifest-array-recompilation-crash test_description A manifest array which contains elements that are converted for type checking will cause the compiler to crash when it simply checks the validity of the routine after removal of a routine from a different class. copy_sub Ace $TEST Ace define TEST_ROUTINE "f is do end" copy_sub test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_melted compile_result ok define TEST_ROUTINE "" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok test_end