/test/language/error_warning_msg/bad_loop1.msg
Unknown | 15 lines | 12 code | 3 blank | 0 comment | 0 complexity | b3c113d94a5f82fdbb20744f7d5f5be8 MD5 | raw file
1****** Error: Expression of until must be of BOOLEAN type. (The 2actual INTEGER_8 type is not allowed.) 3 4Line 12 column 21 in BAD_LOOP1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_loop1.e): 5 from until 1 6 ^ 7------ 8****** Fatal Error: Error in until part of loop definition. 9 10The source lines relevant to this message are the following: 11 12Line 12 columns 10, 21 in BAD_LOOP1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_loop1.e): 13 from until 1 14 ^ ^ 15------