Fix dg-options typo.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 2 Oct 2002 01:55:10 +0000 (18:55 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 2 Oct 2002 01:55:10 +0000 (18:55 -0700)
From-SVN: r57718

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;