Files
mercury/tests/warnings/simple_code.exp
Simon Taylor 3a8d2f4ca9 Test cases for the --warn-simple-code warnings.
Estimated hours taken: 0.2

tests/warnings/simple_code.{m,exp}
	Test cases for the --warn-simple-code warnings.
1997-04-28 00:05:26 +00:00

10 lines
680 B
Plaintext

simple_code.m:010: Warning: this disjunct will never have any solutions.
simple_code.m:015: Warning: the condition of this if-then-else cannot fail.
simple_code.m:035: Warning: the condition of this if-then-else cannot fail.
simple_code.m:042: Warning: the condition of this if-then-else cannot fail.
simple_code.m:020: Warning: the condition of this if-then-else cannot succeed.
simple_code.m:025: Warning: the condition of this if-then-else cannot succeed.
simple_code.m:030: Warning: the condition of this if-then-else cannot succeed.
simple_code.m:033: Warning: the negated goal cannot succeed.
simple_code.m:039: Warning: call to obsolete predicate `simple_code:obsolete/0'.