Files
mercury/tests/invalid/method_impl.err_exp
Fergus Henderson d300de7fb1 Fix a bug in my previous check-in: rename `method_impl.exp' as
Estimated hours taken: 0.05

tests/invalid/method_impl.exp:
tests/invalid/method_impl.err_exp:
	Fix a bug in my previous check-in: rename `method_impl.exp' as
	`method_impl.err_exp'.
2000-11-05 01:13:12 +00:00

8 lines
423 B
Plaintext

method_impl.m:016: In clause for type class method implementation:
method_impl.m:016: in argument 2 of predicate `foo_m1/2':
method_impl.m:016: type error: variable `HeadVar__2' has type `int',
method_impl.m:016: expected type was `string'.
method_impl.m:019: In clause for type class method implementation:
method_impl.m:019: error: undefined predicate `bar_m1/2'.
For more information, try recompiling with `-E'.