trivial diff: fix tests/debugger/queens.exp
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Mar 28 11:05:20 AEST 1999
Estimated hours taken: 0.25
tests/debugger/queens.exp:
Updated to match queens.inp: swap the order of the calls to the
`mmc_options' command, so that mmc will get invoked *without*
the `--use-subdirs' option.
(I had modified queens.inp as described above before committing
it, and I had forgotten to update queens.exp accordingly.
The reason I modified queens.inp was to make it work without
`--use-subdirs'. Unfortunately getting it to work both with and
without `--use-subdirs' is non-trivial, so curently it does not
work with `--use-subdirs'. I should fix that sometime...)
Index: tests/debugger/queens.exp
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/queens.exp,v
retrieving revision 1.7
diff -u -r1.7 queens.exp
--- queens.exp 1999/03/26 21:12:36 1.7
+++ queens.exp 1999/03/28 00:53:07
@@ -103,8 +103,8 @@
Unknown command `#'. Give the command `help' for help.
mdb> #
Unknown command `#'. Give the command `help' for help.
-mdb> mmc_options
mdb> mmc_options --use-subdirs
+mdb> mmc_options
mdb> query queens list
?- <stdin>:026: Inferred :- pred query((list:list(character)), (list:list(character))).
<stdin>:026: Inferred :- mode query(out, out) is multi.
--
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.
More information about the developers
mailing list