--| 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 intro-vtat-attr-to-proc test_description After initial compilation, an attribute of type STRING which is the anchor for another feature is changed to a procedure with no arguments and the system is recompiled copy_sub Ace $TEST Ace define ANCHOR "weasel: STRING" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define ANCHOR "weasel is do end" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VTAT(1) define ANCHOR "weasel: STRING" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end