--| 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 vifi-sneak test_description After initial compilation, an inherited class is changed to a frozen class. This introduces a VIFI error but the compiler does not detect it. copy_sub Ace $TEST Ace define FROZEN "" copy_raw test.e $CLUSTER test.e copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok define FROZEN "frozen" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VIFI(1) test_end