--| 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 add-root-creation-arg test_description After initial compilation, the root creation procedure is changed from `make is do end' to `make (args: ARRAY [STRING]) is do end' and changes are melted. System execution then ends with a segmentation fault. copy_sub Ace $TEST Ace define ARGUMENTS "" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output define ARGUMENTS "(args: ARRAY [STRING])" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok execute_work NONE exec_output2 execute_result ok compare exec_output2 output test_end