1 |
|
2 |
--| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 |
--| All rights reserved. |
4 |
--| Your use of this work is governed under the terms of the GNU General |
5 |
--| Public License version 2. |
6 |
|
7 |
-- This is a test control file |
8 |
|
9 |
test_name expanded-local-panic |
10 |
test_description A system with a class which declares a local that is of a non-basic expanded type and calls a routine on that local |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
compile_final |
15 |
compile_result ok |
16 |
|
17 |
test_end |
18 |
|