/test/language/error_warning_msg/bad_expanded1.msg

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

  1. ****** Fatal Error: Cannot pass `clock' which is of type MICROSECOND_TIME
  2. into formal type TIME.
  3. The source lines relevant to this message are the following:
  4. Line 17 column 23 in BAD_EXPANDED1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_expanded1.e):
  5. golden_call( clock )
  6. ^
  7. Line 20 column 27 in BAD_EXPANDED1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_expanded1.e):
  8. golden_call( p_clock : TIME )
  9. ^
  10. ------