/test/language/error_warning_msg/bad_expanded1.msg
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 2into formal type TIME. 3 4The source lines relevant to this message are the following: 5 6Line 17 column 23 in BAD_EXPANDED1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_expanded1.e): 7 golden_call( clock ) 8 ^ 9Line 20 column 27 in BAD_EXPANDED1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_expanded1.e): 10 golden_call( p_clock : TIME ) 11 ^ 12------