--| 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 local-entity-violation test_description Violation of Local Entity rule VRLE1 after initial compilation copy_sub Ace $TEST Ace define FEATURE "a: INTEGER" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define FEATURE "x: INTEGER" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VRLE(1) define FEATURE "a: INTEGER" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end