--| 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 change-obsolete-syntax-to-transitional test_description A system is compiled with a configuration file that specifies obsolete syntax. The compiler correctly reports a syntax error and warning. When the syntax level is changed to transitional and compilation is resumed, the compiler reports bogus VTUG(1) errors. define SYNTAX_LEVEL "obsolete" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_quick_melted compile_result syntax_error TEST1 8 define SYNTAX_LEVEL "transitional" copy_sub Ace $TEST Ace resume_compile compile_result ok test_end