[m-rev.] [PATCH] Fix declarative_debugger/named_fields test case.
Peter Wang
novalazy at gmail.com
Sat Dec 1 15:49:02 AEDT 2018
tests/declarative_debugger/named_fields.inp:
tests/declarative_debugger/named_fields.exp
Disambiguate break command after introduction of 'array.swap'
predicate.
diff --git a/tests/declarative_debugger/named_fields.exp b/tests/declarative_debugger/named_fields.exp
index 7a18eab7e..cc2cdd73a 100644
--- a/tests/declarative_debugger/named_fields.exp
+++ b/tests/declarative_debugger/named_fields.exp
@@ -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)
diff --git a/tests/declarative_debugger/named_fields.inp b/tests/declarative_debugger/named_fields.inp
index 7d121d995..c4ab64241 100644
--- a/tests/declarative_debugger/named_fields.inp
+++ b/tests/declarative_debugger/named_fields.inp
@@ -2,7 +2,7 @@ register --quiet
table_io allow
table_io start
echo on
-break swap
+break named_fields.swap
c
f
dd -a
--
2.19.1
More information about the reviews
mailing list