mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-11 20:03:28 +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> echo on
|
||||
Command echo enabled.
|
||||
mdb> break swap
|
||||
mdb> break named_fields.swap
|
||||
0: + stop interface func named_fields.swap/1-0 (det)
|
||||
mdb> c
|
||||
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 start
|
||||
echo on
|
||||
break swap
|
||||
break named_fields.swap
|
||||
c
|
||||
f
|
||||
dd -a
|
||||
|
||||
Reference in New Issue
Block a user