[m-dev.] trivial diff: fix line numbers in *.exp2

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 14 13:29:42 AEDT 1999


Estimated hours taken: 0.5

tests/debugger/browser_test.exp2:
tests/general/string_format_test_2.exp2:
tests/general/string_format_test_3.exp2:
	Update the line numbers for io.m to reflect my recent change
	to io.m.  (This will be a real maintenance problem... in the
	long term, we should find a better solution, e.g. compiling
	these test cases with line number information disabled.)

Workspace: /d-drive/home/hg/fjh/mercury
Index: tests/debugger/browser_test.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/browser_test.exp2,v
retrieving revision 1.5
diff -u -d -r1.5 browser_test.exp2
--- tests/debugger/browser_test.exp2	1999/12/13 07:43:40	1.5
+++ tests/debugger/browser_test.exp2	1999/12/14 01:58:02
@@ -83,9 +83,9 @@
        2:      2  2 CALL pred browser_test:big_data/1-0 (det) browser_test.m:18 (browser_test.m:12)
 mdb> continue -a
        3:      2  2 EXIT pred browser_test:big_data/1-0 (det) browser_test.m:18 (browser_test.m:12)
-       4:      3  2 CALL pred io:print/3-0 (det) io.m:1783 (browser_test.m:13)
-big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big(small, 5, small)), 6, small))       5:      3  2 EXIT pred io:print/3-0 (det) io.m:1783 (browser_test.m:13)
-       6:      4  2 CALL pred io:write_string/3-0 (det) io.m:2837 (browser_test.m:14)
+       4:      3  2 CALL pred io:print/3-0 (det) io.m:1791 (browser_test.m:13)
+big(big(big(small, 1, small), 2, small), 3, big(big(small, 4, big(small, 5, small)), 6, small))       5:      3  2 EXIT pred io:print/3-0 (det) io.m:1791 (browser_test.m:13)
+       6:      4  2 CALL pred io:write_string/3-0 (det) io.m:2845 (browser_test.m:14)
 .
-       7:      4  2 EXIT pred io:write_string/3-0 (det) io.m:2837 (browser_test.m:14)
+       7:      4  2 EXIT pred io:write_string/3-0 (det) io.m:2845 (browser_test.m:14)
        8:      1  1 EXIT pred browser_test:main/2-0 (det) browser_test.m:11
Index: tests/general/string_format_test_2.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/general/string_format_test_2.exp2,v
retrieving revision 1.5
diff -u -d -r1.5 string_format_test_2.exp2
--- tests/general/string_format_test_2.exp2	1999/11/15 08:14:17	1.5
+++ tests/general/string_format_test_2.exp2	1999/12/14 01:59:13
@@ -5,6 +5,6 @@
    1       pred require:error/1-0 (erroneous) (require.m:90)
    2    5* pred string:format_2/3-0 (det) (string.m:846 and others)
    7       pred string:format/3-0 (det) (string.m:803)
-   8       pred io:format/5-0 (det) (io.m:1753)
-   9       pred io:format/4-0 (det) (io.m:1750)
+   8       pred io:format/5-0 (det) (io.m:1761)
+   9       pred io:format/4-0 (det) (io.m:1758)
   10       pred string_format_test_2:main/2-0 (det) (string_format_test_2.m:13)
Index: tests/general/string_format_test_3.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/general/string_format_test_3.exp2,v
retrieving revision 1.5
diff -u -d -r1.5 string_format_test_3.exp2
--- tests/general/string_format_test_3.exp2	1999/11/15 08:14:18	1.5
+++ tests/general/string_format_test_3.exp2	1999/12/14 01:59:28
@@ -5,6 +5,6 @@
    1       pred require:error/1-0 (erroneous) (require.m:90)
    2       pred string:format_2/3-0 (det) (string.m:846)
    3       pred string:format/3-0 (det) (string.m:803)
-   4       pred io:format/5-0 (det) (io.m:1753)
-   5       pred io:format/4-0 (det) (io.m:1750)
+   4       pred io:format/5-0 (det) (io.m:1761)
+   5       pred io:format/4-0 (det) (io.m:1758)
    6       pred string_format_test_3:main/2-0 (det) (string_format_test_3.m:13)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list