aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis@gcc.gnu.org>2009-10-12 17:14:53 +0000
committerJanis Johnson <janis@gcc.gnu.org>2009-10-12 17:14:53 +0000
commitaf672ec108a84f412bce43095192146615d6bae6 (patch)
tree86ac1c16394a89249097f2285a840a988895d15f /gcc
parent7b25ea29a8dc17c5b1dfbf25508236cfc5d83782 (diff)
downloadgcc-af672ec108a84f412bce43095192146615d6bae6.zip
gcc-af672ec108a84f412bce43095192146615d6bae6.tar.gz
gcc-af672ec108a84f412bce43095192146615d6bae6.tar.bz2
fix typo from previous change to ChangeLog
From-SVN: r152672
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3979761..6f07c4b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -3,7 +3,7 @@
PR testsuite/41659
* gcc.dg/lto/20090914-2.c: Use dg-skip-if to skip test.
* lib/lto.exp (lto-get-options-main): Report error for using "target"
- or "xfail" with dg-lto-dg.
+ or "xfail" with dg-lto-do.
2009-10-12 Stefan Dösinger <stefan@codeweavers.com>