/test/language/error_warning_msg/bad_precursor06.msg

http://github.com/tybor/Liberty · Unknown · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · b67dec7ffc7a20c957c502221be90ce2 MD5 · raw file

  1. ****** Error: Actual argument list of Precursor call doesn't match the procedures signature.
  2. The source lines relevant to this message are the following:
  3. Line 23 column 10 in BAD_PRECURSOR06 (/home/r/Liberty/test/language/error_warning_msg/bad_precursor06.e):
  4. Precursor(1);
  5. ^
  6. Line 7 column 4 in AUX_PRECURSOR06 (/home/r/Liberty/test/language/error_warning_msg/aux_precursor06.e):
  7. routine
  8. ^
  9. ------
  10. ****** Fatal Error: Correct the previous error first.
  11. ------