template10.C: Fix typo.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 29 Jan 2012 23:53:44 +0000 (23:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 29 Jan 2012 23:53:44 +0000 (23:53 +0000)
* g++.dg/ext/visibility/template10.C: Fix typo.

From-SVN: r183687

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/visibility/template10.C

index 9f2336b3ac3eeaeca1c48c4a6447b3d59bf44f8b..419077ca9f8f0f0a03d060040ff841165d906a3e 100644 (file)
@@ -1,5 +1,7 @@
 2012-01-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       * g++.dg/ext/visibility/template10.C: Fix typo.
+
        * gcc.dg/tm/pr51472.c: Add -fno-common option on hppa-*-hpux*.
 
 2012-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
index 01108aa7f4244c3b8ee8c242c82b76e4fa9510ae..4926233345f227b74d75026a883f0144fd882939 100644 (file)
@@ -1,5 +1,5 @@
 // PR c++/51930
-// { dg-require-visibility }
+// { dg-require-visibility "" }
 // { dg-options -fvisibility=hidden }
 // { dg-final { scan-not-hidden "_Z8testfuncI3fooEvv" } }