Remove duplicate "//" in comment
authorJonathan Wakely <redi@gcc.gnu.org>
Mon, 29 Jan 2018 14:09:52 +0000 (14:09 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 29 Jan 2018 14:09:52 +0000 (14:09 +0000)
From-SVN: r257147

libstdc++-v3/testsuite/26_numerics/random/chi_squared_distribution/83833.cc

index 087c936..821a1a4 100644 (file)
@@ -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>