Files
mercury/tests/invalid/det_errors_cc.err_exp
Zoltan Somogyi fdd141bf77 Clean up the tests in the other test directories.
tests/invalid/*.{m,err_exp}:
tests/misc_tests/*.m:
tests/mmc_make/*.m:
tests/par_conj/*.m:
tests/purity/*.m:
tests/stm/*.m:
tests/string_format/*.m:
tests/structure_reuse/*.m:
tests/submodules/*.m:
tests/tabling/*.m:
tests/term/*.m:
tests/trailing/*.m:
tests/typeclasses/*.m:
tests/valid/*.m:
tests/warnings/*.{m,exp}:
    Make these tests use four-space indentation, and ensure that
    each module is imported on its own line. (I intend to use the latter
    to figure out which subdirectories' tests can be executed in parallel.)

    These changes usually move code to different lines. For the tests
    that check compiler error messages, expect the new line numbers.

browser/cterm.m:
browser/tree234_cc.m:
    Import only one module per line.

tests/hard_coded/boyer.m:
    Fix something I missed.
2015-02-16 12:32:18 +11:00

58 lines
3.2 KiB
Plaintext

det_errors_cc.m:021: Error: call to predicate `det_errors_cc.p1'/2 with
det_errors_cc.m:021: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:021: requires all solutions.
det_errors_cc.m:022: Call to p2 can fail.
det_errors_cc.m:023: Call to p3 can fail.
det_errors_cc.m:024: Call to p4 can fail.
det_errors_cc.m:025: Call to p5 can fail.
det_errors_cc.m:026: Call to p6 can fail.
det_errors_cc.m:022: Error: call to predicate `det_errors_cc.p2'/2 with
det_errors_cc.m:022: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:022: requires all solutions.
det_errors_cc.m:023: Call to p3 can fail.
det_errors_cc.m:024: Call to p4 can fail.
det_errors_cc.m:025: Call to p5 can fail.
det_errors_cc.m:026: Call to p6 can fail.
det_errors_cc.m:023: Error: call to predicate `det_errors_cc.p3'/2 with
det_errors_cc.m:023: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:023: requires all solutions.
det_errors_cc.m:024: Call to p4 can fail.
det_errors_cc.m:025: Call to p5 can fail.
det_errors_cc.m:026: Call to p6 can fail.
det_errors_cc.m:024: Error: call to predicate `det_errors_cc.p4'/2 with
det_errors_cc.m:024: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:024: requires all solutions.
det_errors_cc.m:025: Call to p5 can fail.
det_errors_cc.m:026: Call to p6 can fail.
det_errors_cc.m:025: Error: call to predicate `det_errors_cc.p5'/2 with
det_errors_cc.m:025: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:025: requires all solutions.
det_errors_cc.m:026: Call to p6 can fail.
det_errors_cc.m:031: Error: call to predicate `det_errors_cc.p3'/2 with
det_errors_cc.m:031: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:031: requires all solutions.
det_errors_cc.m:032: Call to p4 can fail.
det_errors_cc.m:033: Unification of C with 10 can fail.
det_errors_cc.m:034: Unification of B and C can fail.
det_errors_cc.m:032: Error: call to predicate `det_errors_cc.p4'/2 with
det_errors_cc.m:032: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:032: requires all solutions.
det_errors_cc.m:033: Unification of C with 10 can fail.
det_errors_cc.m:034: Unification of B and C can fail.
det_errors_cc.m:040: Error: call to predicate `det_errors_cc.p3'/2 with
det_errors_cc.m:040: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:040: requires all solutions.
det_errors_cc.m:042: Fail goal can fail.
det_errors_cc.m:050: Error: call to predicate `det_errors_cc.p2'/2 with
det_errors_cc.m:050: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:050: requires all solutions.
det_errors_cc.m:051: Negated goal can fail.
det_errors_cc.m:056: Error: call to predicate `det_errors_cc.p3'/2 with
det_errors_cc.m:056: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:056: requires all solutions.
det_errors_cc.m:058: Higher-order predicate call can fail.
det_errors_cc.m:063: Error: call to predicate `det_errors_cc.p1'/2 with
det_errors_cc.m:063: determinism `cc_nondet' occurs in a context which
det_errors_cc.m:063: requires all solutions.
det_errors_cc.m:074: Switch on C is incomplete.