/test/language/error_warning_msg/bad_assertion1.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · a7f3d256bd6af90ae7ea7c0dec9ee446 MD5 · raw file

  1. ****** Fatal Error: Keyword "end" expected at the end of check
  2. clause.
  3. The source lines relevant to this message are the following:
  4. Line 14 column 10 in BAD_ASSERTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assertion1.e):
  5. check
  6. ^
  7. Line 15 column 16 in BAD_ASSERTION1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assertion1.e):
  8. x := 3;
  9. ^
  10. ------