Files
mercury/tests/declarative_debugger/ignore.inp2
Zoltan Somogyi 16b30fd239 Fix bootcheck failures in debug grades.
compiler/structure_sharing.analysis.m:
    Fix the failures in tests/structure_reuse.

    This pass invokes liveness, which requires that the arg_info slots
    in pred_infos should be filled in. Invoke generate_arg_info to fill
    them in. (I don't know why they happened to be already filled in
    in non-debug grades.)

tests/declarative_debugger/ignore.{inp2,exp2}:
    Update the line numbers in these files. I updated ignore.{inp,exp}
    when I cleaned up ignore.m, but didn't update these, which are the
    input and expected output for debug grades.
2015-08-16 03:34:12 +10:00

24 lines
159 B
Plaintext

register --quiet
context none
echo on
trust int
trust ignore_1
step
finish
dd -d 3 -n 7
b 1
mark
n
y
break 21
continue
finish
dd -d 3 -n 7
n
y
y
y
y
y
quit -y