--| 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 delete-generic-class-header test_description A system compiles correctly. Then most of the class header of one of the (generic) classes is deleted, except for the word class and the system is recompiled copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test2.e $CLUSTER test2.e define CLASS_HEADER "class TEST3 [G]" copy_sub test3.e $CLUSTER test3.e compile_melted compile_result ok define CLASS_HEADER "class" copy_sub test3.e $CLUSTER test3.e compile_melted compile_result validity_error TEST VTCT ; TEST2 VTCT define CLASS_HEADER "class TEST3 [G]" copy_sub test3.e $CLUSTER test3.e resume_compile compile_result ok test_end