Files
mercury/tests/warnings/simple_code.exp
Simon Taylor 3aa9eef538 Add some extra warnings caused by the disabling
Estimated hours taken: 0.1

tests/warnings/simple_code.exp:
	Add some extra warnings caused by the disabling
	of double negation removal.
2000-02-04 23:59:18 +00:00

13 lines
875 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:028: Warning: the negated goal cannot fail.
simple_code.m:028: Warning: the negated goal 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'.
simple_code.m:099: Warning: recursive call will lead to infinite recursion.