diff options
author | Sam James <sam@gentoo.org> | 2024-08-05 05:01:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-26 09:27:06 +0100 |
commit | 98aac7c67f776601143f5d25353a304f72e87f54 (patch) | |
tree | 64a12c325412c0afff91cca8d388081e2f9e35f9 /gcc/testsuite/lib/go-dg.exp | |
parent | 27003e5d6eadcddde617b89f11bab47ab75cc203 (diff) | |
download | gcc-98aac7c67f776601143f5d25353a304f72e87f54.zip gcc-98aac7c67f776601143f5d25353a304f72e87f54.tar.gz gcc-98aac7c67f776601143f5d25353a304f72e87f54.tar.bz2 |
testsuite: fix comment-only directive typos
Doing this to avoid FPs from grepping but also to avoid the potential
for people learning bad habits.
gcc/testsuite/ChangeLog:
* gfortran.dg/coarray/caf.exp: Fix 'dg-do-run' typo.
* lib/gfortran-dg.exp: Ditto.
* lib/gm2-dg.exp: Ditto.
* lib/go-dg.exp: Ditto.
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 |