From ef497b741139492a40bee9132d29cb861926ca9c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Jan 2023 11:45:40 -0700 Subject: [PATCH] Use require in paramless.exp The new paramless.exp test was not converted to the new "require" approach. This patch fixes the problem. --- gdb/testsuite/gdb.cp/paramless.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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