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 deferred-feature-call |
10 |
test_description Compiling a system and then changing an inherited class so that it is deferred |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
copy_raw test2.e $CLUSTER test2.e |
15 |
compile_melted |
16 |
compile_result ok |
17 |
|
18 |
copy_raw test2_rev1.e $CLUSTER test2.e |
19 |
compile_melted |
20 |
compile_result validity_error TEST VCCH(1) |
21 |
|
22 |
copy_raw test2.e $CLUSTER test2.e |
23 |
resume_compile |
24 |
compile_result ok |
25 |
|
26 |
test_end |