X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2Ftr1%2F7_regular_expressions%2Fbasic_regex%2Fassign%2Fchar%2Fstring_op.cc;h=11e5a84caee62157991ec5c3e790dd1976bd8853;hb=7adcbafe45f8001b698967defe682687b52c0007;hp=59f84595559599dff13c6f7f966c0055cc22acf1;hpb=9ae63018d77dd725aa8c4a7c87a053cde30059a4;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc index 59f845955595..11e5a84caee6 100644 --- a/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc +++ b/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc @@ -2,7 +2,7 @@ // 2007-03-12 Stephen M. Webb // -// Copyright (C) 2007-2013 Free Software Foundation, Inc. +// Copyright (C) 2007-2022 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -37,7 +37,7 @@ void test01() int main() -{ +{ test01(); return 0; }