--| 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 no-precomp-chg-class-name test_description After initial compilation (without using a precompiled library), the text of the root class is modified to give the class a different name. Then the system is recompiled. copy_sub Ace $TEST Ace define CLASS_NAME "TEST" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_warning TEST "Unused Local" define CLASS_NAME "XXXX" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VD20 define CLASS_NAME "TEST" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_warning TEST "Unused Local" test_end