--| 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 frozen-feat-bogus-vd27 test_description After initial compilation, an inherited feature which is redefined is marked as frozen in the ancestor class. When the compiler detects the violation VDRS violation the `frozen' keyword is deleted and compilation is resumed copy_sub Ace $TEST Ace define FROZEN "" copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result ok define FROZEN "frozen" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VDRS(2) define FROZEN "" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end