--| 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 	 nested-expanded-copy
test_description An expanded that has expanded attributes is copied, but the expanded attributes instead of being copied to the target are overwritten by the one from the target.

copy_sub 	 Ace $TEST Ace
copy_raw 	 test.e  $CLUSTER test.e
copy_raw 	 a.e  $CLUSTER a.e
copy_raw 	 b.e  $CLUSTER b.e
compile_melted
compile_result 	 ok

execute_work	 NONE exec_output_m
execute_result	 ok
compare		 exec_output_m output

compile_frozen
compile_result 	 ok

c_compile_work
c_compile_result	ok

execute_work	 NONE exec_output_w
execute_result	 ok
compare		 exec_output_w output


test_end