trivial diff: fix *.exp2 files

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Nov 16 18:26:35 AEDT 1998


Minor changes to the expected output for a few test cases.

tests/debugger/interpreter.exp2:
	Update the output to reflect slight changes in the debugger output
	caused by using the term browser rather than io__print to print
	terms: delete some quotes.

tests/general/string_format_test_2.exp2:
tests/general/string_format_test_3.exp2:
tests/hard_coded/no_fully_strict.exp2:
	Update the output to reflect recent slight changes in the layout
	of stack dumps: delete some whitespace.

Index: tests/debugger/interpreter.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/interpreter.exp2,v
retrieving revision 1.2
diff -u -r1.2 interpreter.exp2
--- interpreter.exp2	1998/11/15 16:47:46	1.2
+++ interpreter.exp2	1998/11/16 07:21:16
@@ -27,7 +27,7 @@
        HeadVar__1           		two('<<c_pointer>>', "<standard input>", empty, empty)
        HeadVar__2           		'<<c_pointer>>'
        HeadVar__3           		"interpreter.m"
-       HeadVar__4           		three('<<c_pointer>>', "interpreter.m", '<<c_pointer>>', "<standard input>", empty, empty, empty)
+       HeadVar__4           		three(<<c_pointer>>, "interpreter.m", <<c_pointer>>, "<standard input>", empty, empty, empty)
 mdb> 
       34:     16  8 EXIT pred tree234:set/4-1 (det) 
 mdb> finish -n
Index: tests/general/string_format_test_2.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/general/string_format_test_2.exp2,v
retrieving revision 1.1
diff -u -r1.1 string_format_test_2.exp2
--- string_format_test_2.exp2	1998/11/04 07:53:25	1.1
+++ string_format_test_2.exp2	1998/11/16 07:21:38
@@ -1,8 +1,8 @@
 Software error: string__format: argument list has more elements than format string
 Stack dump follows:
-        0       pred require:error/1-0 (erroneous)
-        1    5* pred string:format_2/3-0 (det)
-        6       pred string:format/3-0 (det)
-        7       pred io:format/5-0 (det)
-        8       pred io:format/4-0 (det)
-        9       pred string_format_test_2:main/2-0 (det)
+   0       pred require:error/1-0 (erroneous)
+   1    5* pred string:format_2/3-0 (det)
+   6       pred string:format/3-0 (det)
+   7       pred io:format/5-0 (det)
+   8       pred io:format/4-0 (det)
+   9       pred string_format_test_2:main/2-0 (det)
Index: tests/general/string_format_test_3.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/general/string_format_test_3.exp2,v
retrieving revision 1.1
diff -u -r1.1 string_format_test_3.exp2
--- string_format_test_3.exp2	1998/11/04 07:53:26	1.1
+++ string_format_test_3.exp2	1998/11/16 07:21:38
@@ -1,8 +1,8 @@
 Software error: string__format: argument list has fewer elements than format string
 Stack dump follows:
-        0       pred require:error/1-0 (erroneous)
-        1       pred string:format_2/3-0 (det)
-        2       pred string:format/3-0 (det)
-        3       pred io:format/5-0 (det)
-        4       pred io:format/4-0 (det)
-        5       pred string_format_test_3:main/2-0 (det)
+   0       pred require:error/1-0 (erroneous)
+   1       pred string:format_2/3-0 (det)
+   2       pred string:format/3-0 (det)
+   3       pred io:format/5-0 (det)
+   4       pred io:format/4-0 (det)
+   5       pred string_format_test_3:main/2-0 (det)
Index: tests/hard_coded/no_fully_strict.exp2
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/no_fully_strict.exp2,v
retrieving revision 1.1
diff -u -r1.1 no_fully_strict.exp2
--- no_fully_strict.exp2	1998/11/04 07:53:29	1.1
+++ no_fully_strict.exp2	1998/11/16 07:25:52
@@ -1,4 +1,4 @@
 Software error: oops
 Stack dump follows:
-        0       pred require:error/1-0 (erroneous)
-        1       pred no_fully_strict:main/2-0 (det)
+   0       pred require:error/1-0 (erroneous)
+   1       pred no_fully_strict:main/2-0 (det)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list