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 assign-minimum-integer-vjar |
10 |
test_description A class that has an assignment of a manifest INTEGER constant whose value is the minimum value for an INTEGER (-2147483648) is rejected by the compiler as a VJAR error. Similarly for INTEGER_8, and INTEGER_16 (INTEGER_64 works correctly). |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
compile_melted |
15 |
compile_result ok |
16 |
|
17 |
test_end |