--| 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 bogus-vaol test_description An `old' expression in a class invariant is changed to a non-old expression after compiler reports VAOL error copy_sub Ace $TEST Ace define INVARIANT "a = old a" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VAOL(1) define INVARIANT "a = a" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end