diff options
Diffstat (limited to 'gcc/testsuite/lib/go-dg.exp')
-rw-r--r-- | gcc/testsuite/lib/go-dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/go-dg.exp b/gcc/testsuite/lib/go-dg.exp index d228350..bbc70a2 100644 --- a/gcc/testsuite/lib/go-dg.exp +++ b/gcc/testsuite/lib/go-dg.exp @@ -47,7 +47,7 @@ proc go-dg-runtest { testcases flags default-extra-flags } { continue } - # look if this is dg-do-run test, in which case + # look if this is dg-do run test, in which case # we cycle through the option list, otherwise we don't if [expr [search_for $test "dg-do run"]] { set option_list $TORTURE_OPTIONS |