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 bit-constraint-with-attr |
10 |
test_description A generic derivation of a generic class with a constraint which is a BIT type with (what looks like) a constant attribute expressing the number of bits in the BIT type |
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 syntax_error TEST2 7 |
17 |
|
18 |
test_end |
19 |
|