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:
Peter Wang
2018-12-01 15:47:19 +11:00
parent d520113cdb
commit ac1dc91a87
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -2,7 +2,7 @@ register --quiet
table_io allow
table_io start
echo on
break swap
break named_fields.swap
c
f
dd -a