[m-rev.] diff: fix failing test case

Ian MacLarty maclarty at cs.mu.OZ.AU
Sat Dec 10 03:05:50 AEDT 2005


Estimated hours taken: 0.2
Branches: main

tests/debugger/uci_index.exp2:
	Add a new expected output for this test case, because private_builtin
	is now traced.

Index: tests/debugger/uci_index.exp2
===================================================================
RCS file: tests/debugger/uci_index.exp2
diff -N tests/debugger/uci_index.exp2
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ tests/debugger/uci_index.exp2	9 Dec 2005 15:54:41 -0000
@@ -0,0 +1,18 @@
+      E1:     C1 CALL pred uci_index.main/2-0 (det) uci_index.m:13
+mdb> echo on
+Command echo enabled.
+mdb> context none
+Contexts will not be printed.
+mdb> step
+      E2:     C2 CALL func uci_index.mai/0-0 (det)
+mdb> step
+      E3:     C2 EXIT func uci_index.mai/0-0 (det)
+mdb> step
+      E4:     C3 CALL func uci_index.mbi/0-0 (det)
+mdb> step
+      E5:     C3 EXIT func uci_index.mbi/0-0 (det)
+mdb> step
+      E6:     C4 CALL __Compare__ for uci_index.i/0-0 (det)
+mdb> step
+      E7:     C5 CALL pred private_builtin.builtin_int_lt/2-0 (semidet)
+mdb> quit -y
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list