diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-11-16 16:22:09 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-11-16 16:22:09 +0000 |
commit | 76b74627de59ed83861cba525a291f4c82ac3ea4 (patch) | |
tree | e2ff2a7fca9ec8705f09337fad2d50cd0c957684 /sim | |
parent | 0e44e1518dbcd9c909714dcdba58efb9f48ba0b2 (diff) | |
download | gdb-76b74627de59ed83861cba525a291f4c82ac3ea4.tar.gz |
Fix consistenco; it's triplets, not triples
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/lib/sim-defs.exp | 4 |
1 files changed, 2 insertions, 2 deletions
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)]: <simulator options> # output: program output pattern to match with string-match # xerror: program is expected to return with a "failure" exit code -# xfail: <PRMS-opt> <target-triples-where-test-fails> -# kfail: <PRMS> <target-triples-where-test-fails> +# xfail: <PRMS-opt> <target-triplets-where-test-fails> +# kfail: <PRMS> <target-triplets-where-test-fails> # 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. |