--| 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 bogus-vtct test_description After initial compilation, we change TEST so that TEST1 is removed from the universe and TEST1 depends on TEST. If TEST2 is removed from the disk, the compiler reports a VTCT error where it should not. copy_sub Ace $TEST Ace define CLASS_NAME "TEST1" copy_sub test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_raw test2.e $CLUSTER test2.e compile_melted compile_result ok define CLASS_NAME "TEST" copy_sub test.e $CLUSTER test.e delete $CLUSTER test2.e compile_melted compile_result ok test_end