--| 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 vncb-sneak test_description After initial compilation, a constant integer attribute referenced in a BIT type is given a larger value. This introduces a VNCB violation (assigning `BIT n' to `BIT p' where n > p). copy_sub Ace $TEST Ace define BIT_LENGTH "10" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_warning TEST Obsolete; TEST Obsolete define BIT_LENGTH "11" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VNCB; TEST Obsolete; TEST Obsolete test_end