--| 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 join-features-invalid-vuex test_description A class TEST calls (on an entity of type TEST1) a feature which should be exported to it. The compiler incorrectly rejects the class as violating VUEX(2). If an export restriction is changed from `{TEST1}' to `{NONE}', which if anything ought to make fewer features exported to TEST, the compiler correctly accepts the classes. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e define WIMP_EXPORT "TEST1" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok define WIMP_EXPORT "NONE" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok test_end