--| 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 actual-generic-vtbt-sneak test_description After initial compilation, the value of a constant integer attribute is changed, thereby introducing a VTBT violation in a type used as an actual generic parameter. When the system is recompiled, the compiler does not detect the VTBT violation. copy_sub Ace $TEST Ace define INTEGER_VALUE "32" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define INTEGER_VALUE "-32" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VTBT test_end