--| 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 add-delete-type-error test_description Introducing a type error by modifying the types of inherited attributes and then fixing the error copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e define T_TYPE INTEGER define B_TYPE BOOLEAN copy_sub test1.e $CLUSTER test1.e compile_melted compile_result ok define T_TYPE BOOLEAN define B_TYPE INTEGER copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VWEQ ; TEST VWBE define T_TYPE INTEGER define B_TYPE BOOLEAN copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end