From 27509da04be79d2adb7c29352be817207fe3abb5 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Tue, 16 Nov 2004 16:22:09 +0000 Subject: [PATCH] Fix consistenco; it's triplets, not triples --- sim/testsuite/lib/sim-defs.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/testsuite/lib/sim-defs.exp b/sim/testsuite/lib/sim-defs.exp index a81706f..521e0e3 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. -- 2.7.4