--| 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 none-then-string-generic test_description A class has a feature of type `HASH_TABLE [STRING, NONE]'. After the compiler correctly detects a VUAR error, NONE is changed to STRING, thereby making the class correct. When compilation is resumed, the compiler dies with a segmentation fault during degree -1 on HASH_TABLE. copy_sub Ace $TEST Ace define ACTUAL_GENERIC "NONE" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VUAR(2) define ACTUAL_GENERIC "STRING" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end