re PR testsuite/21702 (Typo in gcc/testsuite/gcc.target/i386/i386.exp)

PR testsuite/21702
	* gcc.target/i386/i386.exp: Fix comment typo.

From-SVN: r100758
This commit is contained in:
Alex V. Breger 2005-06-08 12:02:19 +00:00 committed by Volker Reichelt
parent 98ed9dae3a
commit 625b02b215
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-06-08 Alex V. Breger <atrus.ru@atrus.ru>
PR testsuite/21702
* gcc.target/i386/i386.exp: Fix comment typo.
2005-06-08 Nathan Sidwell <nathan@codesourcery.com>
PR c++/19497

View File

@ -16,7 +16,7 @@
# GCC testsuite that uses the `dg.exp' driver.
# Exit immediately if this isn't a SPARC target.
# Exit immediately if this isn't a x86 target.
if { ![istarget i?86*-*-*] && ![istarget x86_64-*-*] } then {
return
}