From: Hans-Peter Nilsson Date: Tue, 16 Nov 2004 16:22:09 +0000 (+0000) Subject: Fix consistenco; it's triplets, not triples X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~862 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27509da04be79d2adb7c29352be817207fe3abb5;p=thirdparty%2Fbinutils-gdb.git Fix consistenco; it's triplets, not triples --- diff --git a/sim/testsuite/lib/sim-defs.exp b/sim/testsuite/lib/sim-defs.exp index a81706f6efe..521e0e33a2d 100644 --- a/sim/testsuite/lib/sim-defs.exp +++ b/sim/testsuite/lib/sim-defs.exp @@ -163,8 +163,8 @@ proc sim_run { prog sim_opts prog_opts redir options } { # sim[(mach-list)]: # output: program output pattern to match with string-match # xerror: program is expected to return with a "failure" exit code -# xfail: -# kfail: +# xfail: +# kfail: # If `output' is not specified, the program must output "pass" if !xerror or # "fail" if xerror. # The parens in "optname()" are optional if the specification is for all machs.