--| 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-vd23-basic
test_description Violate validity constraint VD23 by excluding a basic class in the Ace
define EXCLUDE "integer_32.e"
copy_sub Ace $TEST Ace
copy_raw test.e $CLUSTER test.e
compile_melted
compile_result validity_error NONE VD23
define EXCLUDE "any.e"
copy_sub Ace $TEST Ace
resume_compile
compile_result validity_error NONE VD23
copy_sub Ace_rev1 $TEST Ace
resume_compile
compile_result ok
test_end