aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.gdb')
-rw-r--r--gdb/testsuite/gdb.gdb/complaints.exp8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.gdb/complaints.exp b/gdb/testsuite/gdb.gdb/complaints.exp
index b4a5ab30..922530c 100644
--- a/gdb/testsuite/gdb.gdb/complaints.exp
+++ b/gdb/testsuite/gdb.gdb/complaints.exp
@@ -65,9 +65,11 @@ proc test_initial_complaints { } {
"During symbol reading: Register a complaint"
# Re-issue the first message #1
- gdb_test_stdio \
- "call complaint_internal (\$cstr)" \
- "During symbol reading: Register a complaint"
+ with_test_prefix "re-issue" {
+ gdb_test_stdio \
+ "call complaint_internal (\$cstr)" \
+ "During symbol reading: Register a complaint"
+ }
# Add a second complaint, expect it
gdb_test_stdio \