mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 05:12:33 +00:00
Fix declarative_debugger/named_fields test case.
tests/declarative_debugger/named_fields.inp:
tests/declarative_debugger/named_fields.exp
Disambiguate break command after introduction of 'array.swap'
predicate.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
mdb> mdb> mdb> I/O tabling started.
|
mdb> mdb> mdb> I/O tabling started.
|
||||||
mdb> echo on
|
mdb> echo on
|
||||||
Command echo enabled.
|
Command echo enabled.
|
||||||
mdb> break swap
|
mdb> break named_fields.swap
|
||||||
0: + stop interface func named_fields.swap/1-0 (det)
|
0: + stop interface func named_fields.swap/1-0 (det)
|
||||||
mdb> c
|
mdb> c
|
||||||
E2: C2 CALL func named_fields.swap/1-0 (det) named_fields.m:31 (named_fields.m:17)
|
E2: C2 CALL func named_fields.swap/1-0 (det) named_fields.m:31 (named_fields.m:17)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ register --quiet
|
|||||||
table_io allow
|
table_io allow
|
||||||
table_io start
|
table_io start
|
||||||
echo on
|
echo on
|
||||||
break swap
|
break named_fields.swap
|
||||||
c
|
c
|
||||||
f
|
f
|
||||||
dd -a
|
dd -a
|
||||||
|
|||||||
Reference in New Issue
Block a user