aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2012-01-29 23:53:44 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2012-01-29 23:53:44 +0000
commitde0f11fe096c07ec0978e0385a44b313511f4938 (patch)
treed519addfc754771c039c62e95c755c7070081cde /gcc
parent921f02a0fdb09948377c030e4175e23cb70bb05d (diff)
downloadgcc-de0f11fe096c07ec0978e0385a44b313511f4938.zip
gcc-de0f11fe096c07ec0978e0385a44b313511f4938.tar.gz
gcc-de0f11fe096c07ec0978e0385a44b313511f4938.tar.bz2
template10.C: Fix typo.
* g++.dg/ext/visibility/template10.C: Fix typo. From-SVN: r183687
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/g++.dg/ext/visibility/template10.C2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9f2336b..419077c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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>
diff --git a/gcc/testsuite/g++.dg/ext/visibility/template10.C b/gcc/testsuite/g++.dg/ext/visibility/template10.C
index 01108aa..4926233 100644
--- a/gcc/testsuite/g++.dg/ext/visibility/template10.C
+++ b/gcc/testsuite/g++.dg/ext/visibility/template10.C
@@ -1,5 +1,5 @@
// PR c++/51930
-// { dg-require-visibility }
+// { dg-require-visibility "" }
// { dg-options -fvisibility=hidden }
// { dg-final { scan-not-hidden "_Z8testfuncI3fooEvv" } }