Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess errors)
authorMike Stump <mrs@gcc.gnu.org>
Fri, 12 Feb 2016 21:23:11 +0000 (21:23 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 12 Feb 2016 21:23:11 +0000 (21:23 +0000)
From-SVN: r233391

libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc

index d6b3171aa6845807f5871e895eadfeb6b95c00ff..f84edd86bb8a6b5dea5dabca3042d06e1df7d52a 100644 (file)
@@ -20,7 +20,7 @@
 //  riemann_zeta
 
 // This can take long on simulators, timing out the test.
-// { dg-options "-DMAX_ITERATIONS=5" { target simulator } }
+// { dg-additional-options "-DMAX_ITERATIONS=5" { target simulator } }
 
 #ifndef MAX_ITERATIONS
 #define MAX_ITERATIONS (sizeof(data001) / sizeof(testcase_riemann_zeta<double>))
@@ -109,9 +109,6 @@ data001[55] =
 const double toler001 = 2.5000000000000020e-13;
 //  riemann_zeta
 
-// This can take long on simulators, timing out the test.
-// { dg-options "-DMAX_ITERATIONS=5" { target simulator } }
-
 #ifndef MAX_ITERATIONS
 #define MAX_ITERATIONS (sizeof(data001) / sizeof(testcase_riemann_zeta<double>))
 #endif