From 670a8d74975944b8a1f7ae7b1325ccd11aabeac3 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 29 Jan 2018 14:09:52 +0000 Subject: [PATCH] Remove duplicate "//" in comment From-SVN: r257147 --- .../testsuite/26_numerics/random/chi_squared_distribution/83833.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ // . // { dg-do run { target c++11 } } -// // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } +// { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } } #include #include -- 2.7.4