aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2018-01-29 14:09:52 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2018-01-29 14:09:52 +0000
commit670a8d74975944b8a1f7ae7b1325ccd11aabeac3 (patch)
tree48b0b14c8d0e78f59fc7076aa5f75886827c9636
parent50ea03f4038f942c6e9a2e892252eb580e22751e (diff)
downloadgcc-670a8d74975944b8a1f7ae7b1325ccd11aabeac3.zip
gcc-670a8d74975944b8a1f7ae7b1325ccd11aabeac3.tar.gz
gcc-670a8d74975944b8a1f7ae7b1325ccd11aabeac3.tar.bz2
Remove duplicate "//" in comment
From-SVN: r257147
-rw-r--r--libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc
index 087c936..821a1a4 100644
--- a/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc
+++ b/libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc
@@ -16,7 +16,7 @@
// <http://www.gnu.org/licenses/>.
// { dg-do run { target c++11 } }
-// // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
+// { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
#include <random>
#include <testsuite_hooks.h>