--| 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 validity-vlec1-self test_description Violate validity constraint VLEC1 with an expanded class which is a client of itself copy_sub Ace $TEST Ace define HEADER_MARK "expanded" define FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEC define HEADER_MARK "" define FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok define HEADER_MARK "" define FEATURE "x: expanded TEST" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEC define FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok define HEADER_MARK "" define FEATURE "x: expanded TEST" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEC define HEADER_MARK "expanded" define FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEC define HEADER_MARK "expanded" define FEATURE "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end