Fix dg-options typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2002 01:55:10 +0000 (01:55 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Oct 2002 01:55:10 +0000 (01:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57718 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/tls/opt-3.c

index 0e56991..8e476f6 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fpic } */
+/* { dg-options "-O2 -fpic" } */
 /* { dg-options "-O2 -fpic -mregparm=3" { target i?86-*-* } } */
 
 extern __thread int i, j, k;