--| 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 change-expanded-tuple-bit test_description A class has an attribute of type `expanded TUPLE' which is not valid. After initial compilation where the system is frozen, the type is changed to `TUPLE [BIT 32]'. When changes are melted, system execution dies with a panic. copy_sub Ace $TEST Ace define ATTRIBUTE_TYPE "expanded TUPLE" copy_sub test.e $CLUSTER test.e compile_frozen compile_result syntax_error TEST 19 define ATTRIBUTE_TYPE "TUPLE" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok c_compile_work c_compile_result ok define ATTRIBUTE_TYPE "TUPLE [BIT 32]" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output test_end