From: Tom Tromey Date: Tue, 17 Jan 2023 18:45:40 +0000 (-0700) Subject: Use require in paramless.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef497b741139492a40bee9132d29cb861926ca9c;p=binutils-gdb.git Use require in paramless.exp The new paramless.exp test was not converted to the new "require" approach. This patch fixes the problem. --- diff --git a/gdb/testsuite/gdb.cp/paramless.exp b/gdb/testsuite/gdb.cp/paramless.exp index 79529de49f5..579f363d6a0 100644 --- a/gdb/testsuite/gdb.cp/paramless.exp +++ b/gdb/testsuite/gdb.cp/paramless.exp @@ -17,7 +17,7 @@ # Test template breakpoints without parameters. -if { [skip_cplus_tests] } { continue } +require allow_cplus_tests standard_testfile .cc