/test/language/error_warning_msg/bad_create2.msg

http://github.com/tybor/Liberty · Unknown · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 2494f880c871d6fd4d53690ae3c90a2a MD5 · raw file

  1. ****** Error: Feature found is not a procedure.
  2. The source lines relevant to this message are the following:
  3. Line 14 column 21 in BAD_CREATE2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create2.e):
  4. create aux.make;
  5. ^
  6. Line 10 column 4 in AUX_CREATE2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_create2.e):
  7. make: INTEGER 1;
  8. ^
  9. ------
  10. ****** Fatal Error: This call has a result value (and you must
  11. use it).
  12. Line 14 column 21 in BAD_CREATE2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_create2.e):
  13. create aux.make;
  14. ^
  15. ------