diff --git a/gcc/testsuite/g++.dg/reflect/extract1.C b/gcc/testsuite/g++.dg/reflect/extract1.C index 21dae99dcb0..108642af00a 100644 --- a/gcc/testsuite/g++.dg/reflect/extract1.C +++ b/gcc/testsuite/g++.dg/reflect/extract1.C @@ -178,6 +178,6 @@ constexpr auto a10 = extract(^^B::p); constexpr auto a11 = extract(^^B::p); constexpr auto a12 = extract(^^B::p); -// FIXME adding noexcept should be allowed -// constexpr auto a13 = extract(^^B::fn3); -// constexpr auto a14 = extract(^^B::fn); +// FIXME removing noexcept should be allowed +// constexpr auto a13 = extract(^^B::fn4); +// constexpr auto a14 = extract(^^B::fn2);