diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-05-05 18:07:04 +0000 |
commit | 02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1 (patch) | |
tree | 3445a1fd446aef30c179e1a9d4f0d5c655c9b88b /gdb/testsuite/gdb.cp/gdb2495.exp | |
parent | af33db377b0860b81001f0d5552e00cb44b2474a (diff) | |
download | gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.zip gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.gz gdb-02e7ea18235aafdf5ebe7c6736914b5a2f2db2c1.tar.bz2 |
Do not set prms_id/bug_id anymore.
2010-05-05 Joel Brobecker <brobecker@adacore.com>
Remove the use of prms_id and bug_id throughout the testsuite.
Diffstat (limited to 'gdb/testsuite/gdb.cp/gdb2495.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/gdb2495.exp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index e0f5ec1..c501b90 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -26,6 +26,8 @@ # inferior function call. These tests test the functionality around # unwinding that sequence and also tests the flag behaviour gating this # functionality. +# +# PR c++/9600. # This test is largely based of gdb.base/callfuncs.exp. @@ -45,9 +47,6 @@ if { [istarget "spu*-*-*"] } { return 0 } -set prms_id 2495 -set bug_id 0 - set testfile "gdb2495" set srcfile ${testfile}.cc set binfile $objdir/$subdir/$testfile |