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 valid-weasel-bits |
10 |
test_description A class which inherits from an unconstrained generic class and provides a BIT type as actual generic parameter, where the number of bits is specified by an integer constant attribute |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
copy_raw test1.e $CLUSTER test1.e |
15 |
compile_melted |
16 |
compile_result validity_error TEST VHPR(3) |
17 |
|
18 |
test_end |
19 |
|