/test/language/error_warning_msg/bad_loop1.msg

http://github.com/tybor/Liberty · 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
  2. actual INTEGER_8 type is not allowed.)
  3. Line 12 column 21 in BAD_LOOP1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_loop1.e):
  4. from until 1
  5. ^
  6. ------
  7. ****** Fatal Error: Error in until part of loop definition.
  8. The source lines relevant to this message are the following:
  9. Line 12 columns 10, 21 in BAD_LOOP1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_loop1.e):
  10. from until 1
  11. ^ ^
  12. ------