diff options
author | Tom Tromey <tromey@adacore.com> | 2023-01-17 11:45:40 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-01-17 11:47:21 -0700 |
commit | ef497b741139492a40bee9132d29cb861926ca9c (patch) | |
tree | 71529a382420b602178c6d1c1c63d28ebb818229 /gdb | |
parent | 92e07580db6a5572573d5177ca23933064158f89 (diff) | |
download | gdb-ef497b741139492a40bee9132d29cb861926ca9c.zip gdb-ef497b741139492a40bee9132d29cb861926ca9c.tar.gz gdb-ef497b741139492a40bee9132d29cb861926ca9c.tar.bz2 |
Use require in paramless.exp
The new paramless.exp test was not converted to the new "require"
approach. This patch fixes the problem.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.cp/paramless.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/paramless.exp b/gdb/testsuite/gdb.cp/paramless.exp index 79529de..579f363 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 |