--| 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 	 precondition-too-secret
test_description A routine with an insufficiently exported entity in a precondition violates VAPE, but the compiler accepts it.  It appears that the compiler accepts any case where both the routine with the precondition and the entity referenced in the precondition have an export restriction and the entity is not completely secret.

copy_sub 	 Ace $TEST Ace
copy_raw 	 test.e $CLUSTER test.e
compile_melted
compile_result 	 validity_error TEST VAPE

test_end