--| 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 vtbt-weasel test_description An inherited constant integer attribute used as the number of bits in a BIT type is changed to a non-constant (even one of another type) or a constant of another type copy_sub Ace $TEST Ace define FEATURE "Weasel: INTEGER is 13" copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result ok define FEATURE "Weasel: INTEGER" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Weasel: INTEGER is 13" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok define FEATURE "Weasel: REAL" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Weasel: INTEGER is 13" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok define FEATURE "Weasel: STRING is "13"" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Weasel: INTEGER is 13" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok define FEATURE "Weasel: STRING" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Weasel: INTEGER is 13" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end