From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id DFAC33858D28; Tue, 17 Jan 2023 18:47:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFAC33858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673981254; bh=ZLnAeZ8Ej+JyQ5qh+afg5SY1d/Kf/8oXikZAjTxNO3g=; h=From:To:Subject:Date:From; b=bPnlGARzOBKbOEqWPnJatUqTWLTL622bYtdGaNKat63goxuhdgqj4SijO1zHs3rIs PsTnRev7Mu+qwqvCU80LfGF0c9sKQicyOaSmuPPaAaOCnfP99IgIL2dwLiV308kAnc hzDPKsVFvERa5yVcSB+mJVTd8J+PE9LCF9jsK0Lk= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Use require in paramless.exp X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 92e07580db6a5572573d5177ca23933064158f89 X-Git-Newrev: ef497b741139492a40bee9132d29cb861926ca9c Message-Id: <20230117184734.DFAC33858D28@sourceware.org> Date: Tue, 17 Jan 2023 18:47:34 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Def497b741139= 492a40bee9132d29cb861926ca9c commit ef497b741139492a40bee9132d29cb861926ca9c Author: Tom Tromey Date: Tue Jan 17 11:45:40 2023 -0700 Use require in paramless.exp =20 The new paramless.exp test was not converted to the new "require" approach. This patch fixes the problem. Diff: --- 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/para= mless.exp index 79529de49f5..579f363d6a0 100644 --- a/gdb/testsuite/gdb.cp/paramless.exp +++ b/gdb/testsuite/gdb.cp/paramless.exp @@ -17,7 +17,7 @@ =20 # Test template breakpoints without parameters. =20 -if { [skip_cplus_tests] } { continue } +require allow_cplus_tests =20 standard_testfile .cc