--| 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 lace-no-creation-proc test_description An Ace with no creation procedure specified where the root class has a creation clause with zero or multiple creation procedures listed copy_sub Ace $TEST Ace define CREATION "creation" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VD27 define CREATION "creation make1, make2" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error NONE VD27 define CREATION "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end